#955E25

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

Shades of Afghan Tan #955E25

Tints of Afghan Tan #955E25

Color information

#955E25 (or 0x955E25) is unknown color: approx Afghan Tan. HEX triplet: 95, 5E and 25. RGB value is (149,94,37). Sum of RGB (Red+Green+Blue) = 149+94+37=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #955E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E25 is #6AA1DA. Grayscale: #686868. Windows color (decimal): -6988251 or 2449045. OLE color: 2449045.

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

Color convert

RGB1499437-
CMYK00.370.750.42
HSL30.54º60.22%36.47%-
HSV(B)30.54º75.17%58.43%-
XYZ16.7314.533.67-
YUV103.9590.22160.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=53.21%
G=33.57%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149943700.370.750.4230.5460.2236.47
Hex955E250254B2A1f3c24
Octal2251364504511352377444
Binary1001010110111101001010100101100101110101011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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