#955A25

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

Shades of Afghan Tan #955A25

Tints of Afghan Tan #955A25

Color information

#955A25 (or 0x955A25) is unknown color: approx Afghan Tan. HEX triplet: 95, 5A and 25. RGB value is (149,90,37). Sum of RGB (Red+Green+Blue) = 149+90+37=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #955A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A25 is #6AA5DA. Grayscale: #656565. Windows color (decimal): -6989275 or 2448021. OLE color: 2448021.

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

Color convert

RGB1499037-
CMYK00.400.750.42
HSL28.39º60.22%36.47%-
HSV(B)28.39º75.17%58.43%-
XYZ16.3813.843.56-
YUV101.691.55161.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=53.99%
G=32.61%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149903700.400.750.4228.3960.2236.47
Hex955A250284B2A1c3c24
Octal2251324505011352347444
Binary1001010110110101001010101000100101110101011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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