#955D25

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

Shades of Afghan Tan #955D25

Tints of Afghan Tan #955D25

Color information

#955D25 (or 0x955D25) is unknown color: approx Afghan Tan. HEX triplet: 95, 5D and 25. RGB value is (149,93,37). Sum of RGB (Red+Green+Blue) = 149+93+37=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D25 is #6AA2DA. Grayscale: #676767. Windows color (decimal): -6988507 or 2448789. OLE color: 2448789.

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

Color convert

RGB1499337-
CMYK00.380.750.42
HSL30º60.22%36.47%-
HSV(B)30º75.17%58.43%-
XYZ16.6414.353.64-
YUV103.3690.55160.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=53.41%
G=33.33%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149933700.380.750.423060.2236.47
Hex955D250264B2A1e3c24
Octal2251354504611352367444
Binary1001010110111011001010100110100101110101011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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