#B7534A

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

Shades of Chestnut #B7534A

Tints of Chestnut #B7534A

Color information

#B7534A (or 0xB7534A) is unknown color: approx Chestnut. HEX triplet: B7, 53 and 4A. RGB value is (183,83,74). Sum of RGB (Red+Green+Blue) = 183+83+74=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7534A is #48ACB5. Grayscale: #707070. Windows color (decimal): -4762806 or 4871095. OLE color: 4871095.

HSL color Cylindrical-coordinate representation of color #B7534A: hue angle of 4.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7534A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1838374-
CMYK00.550.600.28
HSL4.95º43.08%50.39%-
HSV(B)4.95º59.56%71.76%-
XYZ23.8616.758.45-
YUV111.87106.63178.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=53.82%
G=24.41%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183837400.550.600.284.9543.0850.39
HexB7534A0373C1C52b32
Octal267123112067743455362
Binary1011011110100111001010011011111110011100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7534A; }

 p { color: rgb(183,83,74); }

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

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

 a { background-color: rgb(183,83,74); }

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

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

 span { border-color: rgb(183,83,74); }

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