#B54A3D

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

Shades of Chestnut #B54A3D

Tints of Chestnut #B54A3D

Color information

#B54A3D (or 0xB54A3D) is unknown color: approx Chestnut. HEX triplet: B5, 4A and 3D. RGB value is (181,74,61). Sum of RGB (Red+Green+Blue) = 181+74+61=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A3D is #4AB5C2. Grayscale: #686868. Windows color (decimal): -4896195 or 4016821. OLE color: 4016821.

HSL color Cylindrical-coordinate representation of color #B54A3D: hue angle of 6.5º 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 #B54A3D is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1817461-
CMYK00.590.660.29
HSL6.5º49.59%47.45%-
HSV(B)6.5º66.3%70.98%-
XYZ22.3515.066.14-
YUV104.51103.45182.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=57.28%
G=23.42%
B=19.30%

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
Decimal181746100.590.660.296.549.5947.45
HexB54A3D03B421D7322f
Octal265112750731023576257
Binary1011010110010101111010111011100001011101111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A3D; }

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

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

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

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

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

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

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

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