#955824

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

Shades of Afghan Tan #955824

Tints of Afghan Tan #955824

Color information

#955824 (or 0x955824) is unknown color: approx Afghan Tan. HEX triplet: 95, 58 and 24. RGB value is (149,88,36). Sum of RGB (Red+Green+Blue) = 149+88+36=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #955824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955824 is #6AA7DB. Grayscale: #646464. Windows color (decimal): -6989788 or 2381973. OLE color: 2381973.

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

Color convert

RGB1498836-
CMYK00.410.760.42
HSL27.61º61.08%36.27%-
HSV(B)27.61º75.84%58.43%-
XYZ16.213.53.42-
YUV100.3191.71162.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=54.58%
G=32.23%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149883600.410.760.4227.6161.0836.27
Hex9558240294C2A1c3d24
Octal2251304405111452347544
Binary1001010110110001001000101001100110010101011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955824; }

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

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

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

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

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

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

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

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