#84401B

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

Shades of Russet #84401B

Tints of Russet #84401B

Color information

#84401B (or 0x84401B) is unknown color: approx Russet. HEX triplet: 84, 40 and 1B. RGB value is (132,64,27). Sum of RGB (Red+Green+Blue) = 132+64+27=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #84401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84401B is #7BBFE4. Grayscale: #505050. Windows color (decimal): -8110053 or 1785988. OLE color: 1785988.

HSL color Cylindrical-coordinate representation of color #84401B: hue angle of 21.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84401B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1326427-
CMYK00.520.800.48
HSL21.14º66.04%31.18%-
HSV(B)21.14º79.55%51.76%-
XYZ11.558.652.1-
YUV80.1198.03165.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 59.19%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=59.19%
G=28.70%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132642700.520.800.4821.1466.0431.18
Hex84401B034503015421f
Octal20410033064120602510237
Binary100001001000000110110110100101000011000010101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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