#95551F

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

Shades of Afghan Tan #95551F

Tints of Afghan Tan #95551F

Color information

#95551F (or 0x95551F) is unknown color: approx Afghan Tan. HEX triplet: 95, 55 and 1F. RGB value is (149,85,31). Sum of RGB (Red+Green+Blue) = 149+85+31=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95551F is #6AAAE0. Grayscale: #626262. Windows color (decimal): -6990561 or 2053525. OLE color: 2053525.

HSL color Cylindrical-coordinate representation of color #95551F: hue angle of 27.46º 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 #95551F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1498531-
CMYK00.430.790.42
HSL27.46º65.56%35.29%-
HSV(B)27.46º79.19%58.43%-
XYZ15.8912.992.97-
YUV97.9890.2164.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 31 (12.5% from 255) = 11.70%
R=56.23%
G=32.08%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149853100.430.790.4227.4665.5635.29
Hex95551F02B4F2A1b4223
Octal22512537053117523310243
Binary1001010110101011111101010111001111101010110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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