#B34C3D

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

Shades of Chestnut #B34C3D

Tints of Chestnut #B34C3D

Color information

#B34C3D (or 0xB34C3D) is unknown color: approx Chestnut. HEX triplet: B3, 4C and 3D. RGB value is (179,76,61). Sum of RGB (Red+Green+Blue) = 179+76+61=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C3D is #4CB3C2. Grayscale: #696969. Windows color (decimal): -5026755 or 4017331. OLE color: 4017331.

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

Color convert

RGB1797661-
CMYK00.580.660.30
HSL7.63º49.17%47.06%-
HSV(B)7.63º65.92%70.2%-
XYZ22.0215.096.17-
YUV105.09103.12180.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=56.65%
G=24.05%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179766100.580.660.307.6349.1747.06
HexB34C3D03A421E8312f
Octal2631147507210236106157
Binary10110011100110011110101110101000010111101000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C3D; }

 p { color: rgb(179,76,61); }

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

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

 a { background-color: rgb(179,76,61); }

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

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

 span { border-color: rgb(179,76,61); }

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