#B34C41

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

Shades of Chestnut #B34C41

Tints of Chestnut #B34C41

Color information

#B34C41 (or 0xB34C41) is unknown color: approx Chestnut. HEX triplet: B3, 4C and 41. RGB value is (179,76,65). Sum of RGB (Red+Green+Blue) = 179+76+65=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C41 is #4CB3BE. Grayscale: #696969. Windows color (decimal): -5026751 or 4279475. OLE color: 4279475.

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

Color convert

RGB1797665-
CMYK00.580.640.30
HSL5.79º46.72%47.84%-
HSV(B)5.79º63.69%70.2%-
XYZ22.1315.136.76-
YUV105.54105.12180.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 76 (30.08% from 255) = 23.75%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=55.94%
G=23.75%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179766500.580.640.305.7946.7247.84
HexB34C4103A401E62f30
Octal2631141010721003665760
Binary10110011100110010000010111010100000011110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C41; }

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

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

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

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

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

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

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

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