#B34B3F

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

Shades of Chestnut #B34B3F

Tints of Chestnut #B34B3F

Color information

#B34B3F (or 0xB34B3F) is unknown color: approx Chestnut. HEX triplet: B3, 4B and 3F. RGB value is (179,75,63). Sum of RGB (Red+Green+Blue) = 179+75+63=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B3F is #4CB4C0. Grayscale: #686868. Windows color (decimal): -5027009 or 4148147. OLE color: 4148147.

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

Color convert

RGB1797563-
CMYK00.580.650.30
HSL6.21º47.93%47.45%-
HSV(B)6.21º64.8%70.2%-
XYZ2214.976.43-
YUV104.73104.46180.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 63 (25% from 255) = 19.87%
R=56.47%
G=23.66%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179756300.580.650.306.2147.9347.45
HexB34B3F03A411E6302f
Octal263113770721013666057
Binary1011001110010111111110111010100000111110110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B3F; }

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

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

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

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

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

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

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

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