#B34642

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

Shades of Chestnut #B34642

Tints of Chestnut #B34642

Color information

#B34642 (or 0xB34642) is unknown color: approx Chestnut. HEX triplet: B3, 46 and 42. RGB value is (179,70,66). Sum of RGB (Red+Green+Blue) = 179+70+66=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B34642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34642 is #4CB9BD. Grayscale: #666666. Windows color (decimal): -5028286 or 4343475. OLE color: 4343475.

HSL color Cylindrical-coordinate representation of color #B34642: hue angle of 2.12º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34642 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1797066-
CMYK00.610.630.30
HSL2.12º46.12%48.04%-
HSV(B)2.12º63.13%70.2%-
XYZ21.7614.366.78-
YUV102.14107.61182.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=56.83%
G=22.22%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179706600.610.630.302.1246.1248.04
HexB3464203D3F1E22e30
Octal263106102075773625660
Binary101100111000110100001001111011111111111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34642; }

 p { color: rgb(179,70,66); }

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

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

 a { background-color: rgb(179,70,66); }

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

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

 span { border-color: rgb(179,70,66); }

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