#B34D4B

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

Shades of Chestnut #B34D4B

Tints of Chestnut #B34D4B

Color information

#B34D4B (or 0xB34D4B) is unknown color: approx Chestnut. HEX triplet: B3, 4D and 4B. RGB value is (179,77,75). Sum of RGB (Red+Green+Blue) = 179+77+75=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D4B is #4CB2B4. Grayscale: #6B6B6B. Windows color (decimal): -5026485 or 4935091. OLE color: 4935091.

HSL color Cylindrical-coordinate representation of color #B34D4B: hue angle of 1.15º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34D4B is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1797775-
CMYK00.570.580.30
HSL1.15º40.94%49.8%-
HSV(B)1.15º58.1%70.2%-
XYZ22.5115.48.44-
YUV107.27109.79179.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=54.08%
G=23.26%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179777500.570.580.301.1540.9449.8
HexB34D4B0393A1E12932
Octal263115113071723615162
Binary10110011100110110010110111001111010111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D4B; }

 p { color: rgb(179,77,75); }

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

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

 a { background-color: rgb(179,77,75); }

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

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

 span { border-color: rgb(179,77,75); }

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