#955A1E

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

Shades of Afghan Tan #955A1E

Tints of Afghan Tan #955A1E

Color information

#955A1E (or 0x955A1E) is unknown color: approx Afghan Tan. HEX triplet: 95, 5A and 1E. RGB value is (149,90,30). Sum of RGB (Red+Green+Blue) = 149+90+30=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #955A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A1E is #6AA5E1. Grayscale: #656565. Windows color (decimal): -6989282 or 1989269. OLE color: 1989269.

HSL color Cylindrical-coordinate representation of color #955A1E: hue angle of 30.25º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #955A1E is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1499030-
CMYK00.400.800.42
HSL30.25º66.48%35.1%-
HSV(B)30.25º79.87%58.43%-
XYZ16.2813.83.03-
YUV100.888.05162.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=55.39%
G=33.46%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149903000.400.800.4230.2566.4835.1
Hex955A1E028502A1e4223
Octal22513236050120523610243
Binary1001010110110101111001010001010000101010111101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,90,30); }

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

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

 a { background-color: rgb(149,90,30); }

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

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

 span { border-color: rgb(149,90,30); }

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