#905E29

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

Shades of Afghan Tan #905E29

Tints of Afghan Tan #905E29

Color information

#905E29 (or 0x905E29) is unknown color: approx Afghan Tan. HEX triplet: 90, 5E and 29. RGB value is (144,94,41). Sum of RGB (Red+Green+Blue) = 144+94+41=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #905E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905E29 is #6FA1D6. Grayscale: #676767. Windows color (decimal): -7315927 or 2711184. OLE color: 2711184.

HSL color Cylindrical-coordinate representation of color #905E29: hue angle of 30.87º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #905E29 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB1449441-
CMYK00.350.720.44
HSL30.87º55.68%36.27%-
HSV(B)30.87º71.53%56.47%-
XYZ15.914.093.98-
YUV102.9193.06157.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=51.61%
G=33.69%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144944100.350.720.4430.8755.6836.27
Hex905E29023482C1f3824
Octal2201365104311054377044
Binary1001000010111101010010100011100100010110011111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,41); }

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

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

 a { background-color: rgb(144,94,41); }

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

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

 span { border-color: rgb(144,94,41); }

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