#B54B3E

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

Shades of Chestnut #B54B3E

Tints of Chestnut #B54B3E

Color information

#B54B3E (or 0xB54B3E) is unknown color: approx Chestnut. HEX triplet: B5, 4B and 3E. RGB value is (181,75,62). Sum of RGB (Red+Green+Blue) = 181+75+62=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B3E is #4AB4C1. Grayscale: #696969. Windows color (decimal): -4895938 or 4082613. OLE color: 4082613.

HSL color Cylindrical-coordinate representation of color #B54B3E: hue angle of 6.55º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54B3E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1817562-
CMYK00.590.660.29
HSL6.55º48.97%47.65%-
HSV(B)6.55º65.75%70.98%-
XYZ22.4415.26.31-
YUV105.21103.62182.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=56.92%
G=23.58%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181756200.590.660.296.5548.9747.65
HexB54B3E03B421D73130
Octal265113760731023576160
Binary1011010110010111111100111011100001011101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B3E; }

 p { color: rgb(181,75,62); }

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

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

 a { background-color: rgb(181,75,62); }

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

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

 span { border-color: rgb(181,75,62); }

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