#54240B

Color #54240B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #54240B

Tints of Baker's Chocolate #54240B

Color information

#54240B (or 0x54240B) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 24 and 0B. RGB value is (84,36,11). Sum of RGB (Red+Green+Blue) = 84+36+11=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54240B is #ABDBF4. Grayscale: #2F2F2F. Windows color (decimal): -11262965 or 730196. OLE color: 730196.

HSL color Cylindrical-coordinate representation of color #54240B: hue angle of 20.55º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54240B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB843611-
CMYK00.570.870.67
HSL20.55º76.84%18.63%-
HSV(B)20.55º86.9%32.94%-
XYZ4.353.170.7-
YUV47.5107.4154.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=64.12%
G=27.48%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84361100.570.870.6720.5576.8418.63
Hex5424B0395743154d13
Octal12444130711271032511523
Binary1010100100100101101110011010111100001110101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54240B; }

 p { color: rgb(84,36,11); }

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

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

 a { background-color: rgb(84,36,11); }

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

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

 span { border-color: rgb(84,36,11); }

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