#B54D3D

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

Shades of Chestnut #B54D3D

Tints of Chestnut #B54D3D

Color information

#B54D3D (or 0xB54D3D) is unknown color: approx Chestnut. HEX triplet: B5, 4D and 3D. RGB value is (181,77,61). Sum of RGB (Red+Green+Blue) = 181+77+61=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D3D is #4AB2C2. Grayscale: #6A6A6A. Windows color (decimal): -4895427 or 4017589. OLE color: 4017589.

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

Color convert

RGB1817761-
CMYK00.570.660.29
HSL49.59%47.45%-
HSV(B)66.3%70.98%-
XYZ22.5515.476.21-
YUV106.27102.46181.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=56.74%
G=24.14%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181776100.570.660.29849.5947.45
HexB54D3D039421D8322f
Octal2651157507110235106257
Binary10110101100110111110101110011000010111011000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D3D; }

 p { color: rgb(181,77,61); }

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

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

 a { background-color: rgb(181,77,61); }

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

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

 span { border-color: rgb(181,77,61); }

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