#95591F

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

Shades of Afghan Tan #95591F

Tints of Afghan Tan #95591F

Color information

#95591F (or 0x95591F) is unknown color: approx Afghan Tan. HEX triplet: 95, 59 and 1F. RGB value is (149,89,31). Sum of RGB (Red+Green+Blue) = 149+89+31=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #95591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95591F is #6AA6E0. Grayscale: #646464. Windows color (decimal): -6989537 or 2054549. OLE color: 2054549.

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

Color convert

RGB1498931-
CMYK00.400.790.42
HSL29.49º65.56%35.29%-
HSV(B)29.49º79.19%58.43%-
XYZ16.2113.633.07-
YUV100.3388.88162.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=55.39%
G=33.09%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149893100.400.790.4229.4965.5635.29
Hex95591F0284F2A1d4223
Octal22513137050117523510243
Binary1001010110110011111101010001001111101010111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95591F; }

 p { color: rgb(149,89,31); }

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

<style>
 a { background-color: #95591F; }

 a { background-color: rgb(149,89,31); }

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

<style>
 span { border-color: #95591F; }

 span { border-color: rgb(149,89,31); }

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