#B7554A

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

Shades of Chestnut #B7554A

Tints of Chestnut #B7554A

Color information

#B7554A (or 0xB7554A) is unknown color: approx Chestnut. HEX triplet: B7, 55 and 4A. RGB value is (183,85,74). Sum of RGB (Red+Green+Blue) = 183+85+74=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7554A is #48AAB5. Grayscale: #717171. Windows color (decimal): -4762294 or 4871607. OLE color: 4871607.

HSL color Cylindrical-coordinate representation of color #B7554A: hue angle of 6.06º 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 #B7554A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1838574-
CMYK00.540.600.28
HSL6.06º43.08%50.39%-
HSV(B)6.06º59.56%71.76%-
XYZ24.0117.068.51-
YUV113.05105.97177.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=53.51%
G=24.85%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183857400.540.600.286.0643.0850.39
HexB7554A0363C1C62b32
Octal267125112066743465362
Binary1011011110101011001010011011011110011100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7554A; }

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

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

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

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

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

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

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

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