#955C1E

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

Shades of Afghan Tan #955C1E

Tints of Afghan Tan #955C1E

Color information

#955C1E (or 0x955C1E) is unknown color: approx Afghan Tan. HEX triplet: 95, 5C and 1E. RGB value is (149,92,30). Sum of RGB (Red+Green+Blue) = 149+92+30=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #955C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C1E is #6AA3E1. Grayscale: #666666. Windows color (decimal): -6988770 or 1989781. OLE color: 1989781.

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

Color convert

RGB1499230-
CMYK00.380.800.42
HSL31.26º66.48%35.1%-
HSV(B)31.26º79.87%58.43%-
XYZ16.4614.143.09-
YUV101.9887.38161.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=54.98%
G=33.95%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149923000.380.800.4231.2666.4835.1
Hex955C1E026502A1f4223
Octal22513436046120523710243
Binary1001010110111001111001001101010000101010111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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