#955C1C

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

Shades of Afghan Tan #955C1C

Tints of Afghan Tan #955C1C

Color information

#955C1C (or 0x955C1C) is unknown color: approx Afghan Tan. HEX triplet: 95, 5C and 1C. RGB value is (149,92,28). Sum of RGB (Red+Green+Blue) = 149+92+28=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #955C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C1C is #6AA3E3. Grayscale: #666666. Windows color (decimal): -6988772 or 1858709. OLE color: 1858709.

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

Color convert

RGB1499228-
CMYK00.380.810.42
HSL31.74º68.36%34.71%-
HSV(B)31.74º81.21%58.43%-
XYZ16.4314.132.96-
YUV101.7586.38161.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 28 (11.33% from 255) = 10.41%
R=55.39%
G=34.20%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149922800.380.810.4231.7468.3634.71
Hex955C1C026512A204423
Octal22513434046121524010443
Binary10010101101110011100010011010100011010101000001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,28); }

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

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

 a { background-color: rgb(149,92,28); }

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

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

 span { border-color: rgb(149,92,28); }

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