#B7534B

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

Shades of Chestnut #B7534B

Tints of Chestnut #B7534B

Color information

#B7534B (or 0xB7534B) is unknown color: approx Chestnut. HEX triplet: B7, 53 and 4B. RGB value is (183,83,75). Sum of RGB (Red+Green+Blue) = 183+83+75=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7534B is #48ACB4. Grayscale: #707070. Windows color (decimal): -4762805 or 4936631. OLE color: 4936631.

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

Color convert

RGB1838375-
CMYK00.550.590.28
HSL4.44º42.86%50.59%-
HSV(B)4.44º59.02%71.76%-
XYZ23.8916.768.63-
YUV111.99107.13178.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=53.67%
G=24.34%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183837500.550.590.284.4442.8650.59
HexB7534B0373B1C42b33
Octal267123113067733445363
Binary1011011110100111001011011011111101111100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7534B; }

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

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

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

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

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

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

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

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