#905918

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

Shades of Afghan Tan #905918

Tints of Afghan Tan #905918

Color information

#905918 (or 0x905918) is unknown color: approx Afghan Tan. HEX triplet: 90, 59 and 18. RGB value is (144,89,24). Sum of RGB (Red+Green+Blue) = 144+89+24=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #905918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905918 is #6FA6E7. Grayscale: #626262. Windows color (decimal): -7317224 or 1595792. OLE color: 1595792.

HSL color Cylindrical-coordinate representation of color #905918: hue angle of 32.5º 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 #905918 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1448924-
CMYK00.380.830.44
HSL32.5º71.43%32.94%-
HSV(B)32.5º83.33%56.47%-
XYZ15.2413.142.6-
YUV98.0486.22160.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=56.03%
G=34.63%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144892400.380.830.4432.571.4332.94
Hex905918026532C204721
Octal22013130046123544010741
Binary10010000101100111000010011010100111011001000001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905918; }

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

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

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

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

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

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

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

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