#B84C3F

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

Shades of Chestnut #B84C3F

Tints of Chestnut #B84C3F

Color information

#B84C3F (or 0xB84C3F) is unknown color: approx Chestnut. HEX triplet: B8, 4C and 3F. RGB value is (184,76,63). Sum of RGB (Red+Green+Blue) = 184+76+63=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C3F is #47B3C0. Grayscale: #6A6A6A. Windows color (decimal): -4699073 or 4148408. OLE color: 4148408.

HSL color Cylindrical-coordinate representation of color #B84C3F: hue angle of 6.45º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B84C3F is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1847663-
CMYK00.590.660.28
HSL6.45º48.99%48.43%-
HSV(B)6.45º65.76%72.16%-
XYZ23.2515.726.51-
YUV106.81103.28183.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 63 (25% from 255) = 19.50%
R=56.97%
G=23.53%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184766300.590.660.286.4548.9948.43
HexB84C3F03B421C63130
Octal270114770731023466160
Binary1011100010011001111110111011100001011100110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C3F; }

 p { color: rgb(184,76,63); }

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

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

 a { background-color: rgb(184,76,63); }

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

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

 span { border-color: rgb(184,76,63); }

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