#955B1F

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

Shades of Afghan Tan #955B1F

Tints of Afghan Tan #955B1F

Color information

#955B1F (or 0x955B1F) is unknown color: approx Afghan Tan. HEX triplet: 95, 5B and 1F. RGB value is (149,91,31). Sum of RGB (Red+Green+Blue) = 149+91+31=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #955B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955B1F is #6AA4E0. Grayscale: #656565. Windows color (decimal): -6989025 or 2055061. OLE color: 2055061.

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

Color convert

RGB1499131-
CMYK00.390.790.42
HSL30.51º65.56%35.29%-
HSV(B)30.51º79.19%58.43%-
XYZ16.3813.973.13-
YUV101.588.22161.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=54.98%
G=33.58%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149913100.390.790.4230.5165.5635.29
Hex955B1F0274F2A1f4223
Octal22513337047117523710243
Binary1001010110110111111101001111001111101010111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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