#945B28

Color #945B28 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #945B28

Tints of Afghan Tan #945B28

Color information

#945B28 (or 0x945B28) is unknown color: approx Afghan Tan. HEX triplet: 94, 5B and 28. RGB value is (148,91,40). Sum of RGB (Red+Green+Blue) = 148+91+40=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #945B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B28 is #6BA4D7. Grayscale: #666666. Windows color (decimal): -7054552 or 2644884. OLE color: 2644884.

HSL color Cylindrical-coordinate representation of color #945B28: hue angle of 28.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #945B28 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1489140-
CMYK00.390.730.42
HSL28.33º57.45%36.86%-
HSV(B)28.33º72.97%58.04%-
XYZ16.3413.933.84-
YUV102.2392.88160.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=53.05%
G=32.62%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148914000.390.730.4228.3357.4536.86
Hex945B28027492A1c3925
Octal2241335004711152347145
Binary1001010010110111010000100111100100110101011100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B28; }

 p { color: rgb(148,91,40); }

 H1.HeaderClassName
 {
   color: #945B28;
 }
 .AnyTagClassName
 {
   color: #945B28;
 }
</style>
background-color css

<style>
 a { background-color: #945B28; }

 a { background-color: rgb(148,91,40); }

 div.DivClassName
 {
   background-color: #945B28;
 }
 .BgClassName
 {
   background-color: #945B28;
 }
</style>
border-color css

<style>
 span { border-color: #945B28; }

 span { border-color: rgb(148,91,40); }

 td.TdClassName
 {
   border-color: #945B28;
 }
 .TagClassName
 {
   border-color: #945B28;
 }
</style>