#955F28

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

Shades of Afghan Tan #955F28

Tints of Afghan Tan #955F28

Color information

#955F28 (or 0x955F28) is unknown color: approx Afghan Tan. HEX triplet: 95, 5F and 28. RGB value is (149,95,40). Sum of RGB (Red+Green+Blue) = 149+95+40=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #955F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F28 is #6AA0D7. Grayscale: #696969. Windows color (decimal): -6987992 or 2645909. OLE color: 2645909.

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

Color convert

RGB1499540-
CMYK00.360.730.42
HSL30.28º57.67%37.06%-
HSV(B)30.28º73.15%58.43%-
XYZ16.8714.733.96-
YUV104.8891.39159.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=52.46%
G=33.45%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149954000.360.730.4230.2857.6737.06
Hex955F28024492A1e3a25
Octal2251375004411152367245
Binary1001010110111111010000100100100100110101011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,40); }

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

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

 a { background-color: rgb(149,95,40); }

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

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

 span { border-color: rgb(149,95,40); }

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