#B54B3F

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

Shades of Chestnut #B54B3F

Tints of Chestnut #B54B3F

Color information

#B54B3F (or 0xB54B3F) is unknown color: approx Chestnut. HEX triplet: B5, 4B and 3F. RGB value is (181,75,63). Sum of RGB (Red+Green+Blue) = 181+75+63=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B3F is #4AB4C0. Grayscale: #696969. Windows color (decimal): -4895937 or 4148149. OLE color: 4148149.

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

Color convert

RGB1817563-
CMYK00.590.650.29
HSL6.1º48.36%47.84%-
HSV(B)6.1º65.19%70.98%-
XYZ22.4715.216.46-
YUV105.33104.12181.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.74%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 63 (25% from 255) = 19.75%
R=56.74%
G=23.51%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181756300.590.650.296.148.3647.84
HexB54B3F03B411D63030
Octal265113770731013566060
Binary1011010110010111111110111011100000111101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B3F; }

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

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

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

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

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

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

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

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