#955E1D

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

Shades of Afghan Tan #955E1D

Tints of Afghan Tan #955E1D

Color information

#955E1D (or 0x955E1D) is unknown color: approx Afghan Tan. HEX triplet: 95, 5E and 1D. RGB value is (149,94,29). Sum of RGB (Red+Green+Blue) = 149+94+29=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #955E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E1D is #6AA1E2. Grayscale: #676767. Windows color (decimal): -6988259 or 1924757. OLE color: 1924757.

HSL color Cylindrical-coordinate representation of color #955E1D: hue angle of 32.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #955E1D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1499429-
CMYK00.370.810.42
HSL32.5º67.42%34.9%-
HSV(B)32.5º80.54%58.43%-
XYZ16.6214.483.08-
YUV103.0386.22160.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 94 (37.11% from 255) = 34.56%
BLUE value IS 29 (11.72% from 255) = 10.66%
R=54.78%
G=34.56%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149942900.370.810.4232.567.4234.9
Hex955E1D025512A204323
Octal22513635045121524010343
Binary10010101101111011101010010110100011010101000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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