#955925

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

Shades of Afghan Tan #955925

Tints of Afghan Tan #955925

Color information

#955925 (or 0x955925) is unknown color: approx Afghan Tan. HEX triplet: 95, 59 and 25. RGB value is (149,89,37). Sum of RGB (Red+Green+Blue) = 149+89+37=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #955925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955925 is #6AA6DA. Grayscale: #656565. Windows color (decimal): -6989531 or 2447765. OLE color: 2447765.

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

Color convert

RGB1498937-
CMYK00.400.750.42
HSL27.86º60.22%36.47%-
HSV(B)27.86º75.17%58.43%-
XYZ16.313.673.53-
YUV101.0191.88162.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=54.18%
G=32.36%
B=13.45%

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
Decimal149893700.400.750.4227.8660.2236.47
Hex9559250284B2A1c3c24
Octal2251314505011352347444
Binary1001010110110011001010101000100101110101011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955925; }

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

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

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

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

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

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

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

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