#955D24

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

Shades of Afghan Tan #955D24

Tints of Afghan Tan #955D24

Color information

#955D24 (or 0x955D24) is unknown color: approx Afghan Tan. HEX triplet: 95, 5D and 24. RGB value is (149,93,36). Sum of RGB (Red+Green+Blue) = 149+93+36=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #955D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D24 is #6AA2DB. Grayscale: #676767. Windows color (decimal): -6988508 or 2383253. OLE color: 2383253.

HSL color Cylindrical-coordinate representation of color #955D24: hue angle of 30.27º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #955D24 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1499336-
CMYK00.380.760.42
HSL30.27º61.08%36.27%-
HSV(B)30.27º75.84%58.43%-
XYZ16.6314.353.56-
YUV103.2590.05160.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=53.60%
G=33.45%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149933600.380.760.4230.2761.0836.27
Hex955D240264C2A1e3d24
Octal2251354404611452367544
Binary1001010110111011001000100110100110010101011110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,93,36); }

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

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

 a { background-color: rgb(149,93,36); }

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

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

 span { border-color: rgb(149,93,36); }

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