#54200B

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

Shades of Baker's Chocolate #54200B

Tints of Baker's Chocolate #54200B

Color information

#54200B (or 0x54200B) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 20 and 0B. RGB value is (84,32,11). Sum of RGB (Red+Green+Blue) = 84+32+11=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #54200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54200B is #ABDFF4. Grayscale: #2D2D2D. Windows color (decimal): -11263989 or 729172. OLE color: 729172.

HSL color Cylindrical-coordinate representation of color #54200B: hue angle of 17.26º 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 #54200B is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB843211-
CMYK00.620.870.67
HSL17.26º76.84%18.63%-
HSV(B)17.26º86.9%32.94%-
XYZ4.232.940.66-
YUV45.15108.73155.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=66.14%
G=25.20%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84321100.620.870.6717.2676.8418.63
Hex5420B03E5743114d13
Octal12440130761271032111523
Binary1010100100000101101111101010111100001110001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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