#955924

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

Shades of Afghan Tan #955924

Tints of Afghan Tan #955924

Color information

#955924 (or 0x955924) is unknown color: approx Afghan Tan. HEX triplet: 95, 59 and 24. RGB value is (149,89,36). Sum of RGB (Red+Green+Blue) = 149+89+36=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #955924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955924 is #6AA6DB. Grayscale: #656565. Windows color (decimal): -6989532 or 2382229. OLE color: 2382229.

HSL color Cylindrical-coordinate representation of color #955924: hue angle of 28.14º 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 #955924 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1498936-
CMYK00.400.760.42
HSL28.14º61.08%36.27%-
HSV(B)28.14º75.84%58.43%-
XYZ16.2913.663.45-
YUV100.991.38162.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 36 (14.45% from 255) = 13.14%
R=54.38%
G=32.48%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149893600.400.760.4228.1461.0836.27
Hex9559240284C2A1c3d24
Octal2251314405011452347544
Binary1001010110110011001000101000100110010101011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955924; }

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

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

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

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

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

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

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

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