#84421B

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

Shades of Russet #84421B

Tints of Russet #84421B

Color information

#84421B (or 0x84421B) is unknown color: approx Russet. HEX triplet: 84, 42 and 1B. RGB value is (132,66,27). Sum of RGB (Red+Green+Blue) = 132+66+27=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84421B is #7BBDE4. Grayscale: #515151. Windows color (decimal): -8109541 or 1786500. OLE color: 1786500.

HSL color Cylindrical-coordinate representation of color #84421B: hue angle of 22.29º 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 #84421B is Cyan = 0, Magento = 0.5, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1326627-
CMYK00.50.800.48
HSL22.29º66.04%31.18%-
HSV(B)22.29º79.55%51.76%-
XYZ11.668.882.14-
YUV81.2997.37164.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 27 (10.94% from 255) = 12%
R=58.67%
G=29.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132662700.50.800.4822.2966.0431.18
Hex84421B032503016421f
Octal20410233062120602610237
Binary100001001000010110110110010101000011000010110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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