#B35448

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

Shades of Chestnut #B35448

Tints of Chestnut #B35448

Color information

#B35448 (or 0xB35448) is unknown color: approx Chestnut. HEX triplet: B3, 54 and 48. RGB value is (179,84,72). Sum of RGB (Red+Green+Blue) = 179+84+72=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B35448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35448 is #4CABB7. Grayscale: #6F6F6F. Windows color (decimal): -5024696 or 4740275. OLE color: 4740275.

HSL color Cylindrical-coordinate representation of color #B35448: hue angle of 6.73º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B35448 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1798472-
CMYK00.530.600.30
HSL6.73º42.63%49.22%-
HSV(B)6.73º59.78%70.2%-
XYZ22.9316.398.09-
YUV111.04105.97176.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=53.43%
G=25.07%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179847200.530.600.306.7342.6349.22
HexB354480353C1E72b31
Octal263124110065743675361
Binary1011001110101001001000011010111110011110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35448; }

 p { color: rgb(179,84,72); }

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

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

 a { background-color: rgb(179,84,72); }

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

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

 span { border-color: rgb(179,84,72); }

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