#955E29

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

Shades of Afghan Tan #955E29

Tints of Afghan Tan #955E29

Color information

#955E29 (or 0x955E29) is unknown color: approx Afghan Tan. HEX triplet: 95, 5E and 29. RGB value is (149,94,41). Sum of RGB (Red+Green+Blue) = 149+94+41=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #955E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E29 is #6AA1D6. Grayscale: #686868. Windows color (decimal): -6988247 or 2711189. OLE color: 2711189.

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

Color convert

RGB1499441-
CMYK00.370.720.42
HSL29.44º56.84%37.25%-
HSV(B)29.44º72.48%58.43%-
XYZ16.814.564.02-
YUV104.492.22159.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 41 (16.41% from 255) = 14.44%
R=52.46%
G=33.10%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149944100.370.720.4229.4456.8437.25
Hex955E29025482A1d3925
Octal2251365104511052357145
Binary1001010110111101010010100101100100010101011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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