#84401F

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

Shades of Russet #84401F

Tints of Russet #84401F

Color information

#84401F (or 0x84401F) is unknown color: approx Russet. HEX triplet: 84, 40 and 1F. RGB value is (132,64,31). Sum of RGB (Red+Green+Blue) = 132+64+31=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84401F is #7BBFE0. Grayscale: #505050. Windows color (decimal): -8110049 or 2048132. OLE color: 2048132.

HSL color Cylindrical-coordinate representation of color #84401F: hue angle of 19.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84401F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1326431-
CMYK00.520.770.48
HSL19.6º61.96%31.96%-
HSV(B)19.6º76.52%51.76%-
XYZ11.68.672.36-
YUV80.57100.03164.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=58.15%
G=28.19%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132643100.520.770.4819.661.9631.96
Hex84401F0344D30143e20
Octal2041003706411560247640
Binary100001001000000111110110100100110111000010100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,64,31); }

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

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

 a { background-color: rgb(132,64,31); }

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

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

 span { border-color: rgb(132,64,31); }

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