#905A18

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

Shades of Afghan Tan #905A18

Tints of Afghan Tan #905A18

Color information

#905A18 (or 0x905A18) is unknown color: approx Afghan Tan. HEX triplet: 90, 5A and 18. RGB value is (144,90,24). Sum of RGB (Red+Green+Blue) = 144+90+24=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #905A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905A18 is #6FA5E7. Grayscale: #626262. Windows color (decimal): -7316968 or 1596048. OLE color: 1596048.

HSL color Cylindrical-coordinate representation of color #905A18: hue angle of 33º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #905A18 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1449024-
CMYK00.370.830.44
HSL33º71.43%32.94%-
HSV(B)33º83.33%56.47%-
XYZ15.3213.312.63-
YUV98.6285.89160.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.81%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=55.81%
G=34.88%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144902400.370.830.443371.4332.94
Hex905A18025532C214721
Octal22013230045123544110741
Binary10010000101101011000010010110100111011001000011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A18; }

 p { color: rgb(144,90,24); }

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

<style>
 a { background-color: #905A18; }

 a { background-color: rgb(144,90,24); }

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

<style>
 span { border-color: #905A18; }

 span { border-color: rgb(144,90,24); }

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