#955A28

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

Shades of Afghan Tan #955A28

Tints of Afghan Tan #955A28

Color information

#955A28 (or 0x955A28) is unknown color: approx Afghan Tan. HEX triplet: 95, 5A and 28. RGB value is (149,90,40). Sum of RGB (Red+Green+Blue) = 149+90+40=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A28 is #6AA5D7. Grayscale: #666666. Windows color (decimal): -6989272 or 2644629. OLE color: 2644629.

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

Color convert

RGB1499040-
CMYK00.400.730.42
HSL27.52º57.67%37.06%-
HSV(B)27.52º73.15%58.43%-
XYZ16.4313.863.82-
YUV101.9493.05161.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=53.41%
G=32.26%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149904000.400.730.4227.5257.6737.06
Hex955A28028492A1c3a25
Octal2251325005011152347245
Binary1001010110110101010000101000100100110101011100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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