#955C21

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

Shades of Afghan Tan #955C21

Tints of Afghan Tan #955C21

Color information

#955C21 (or 0x955C21) is unknown color: approx Afghan Tan. HEX triplet: 95, 5C and 21. RGB value is (149,92,33). Sum of RGB (Red+Green+Blue) = 149+92+33=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #955C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C21 is #6AA3DE. Grayscale: #666666. Windows color (decimal): -6988767 or 2186389. OLE color: 2186389.

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

Color convert

RGB1499233-
CMYK00.380.780.42
HSL30.52º63.74%35.69%-
HSV(B)30.52º77.85%58.43%-
XYZ16.514.153.3-
YUV102.3288.88161.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 33 (13.28% from 255) = 12.04%
R=54.38%
G=33.58%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149923300.380.780.4230.5263.7435.69
Hex955C210264E2A1f4024
Octal22513441046116523710044
Binary10010101101110010000101001101001110101010111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,33); }

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

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

 a { background-color: rgb(149,92,33); }

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

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

 span { border-color: rgb(149,92,33); }

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