#542D08

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

Shades of Baker's Chocolate #542D08

Tints of Baker's Chocolate #542D08

Color information

#542D08 (or 0x542D08) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 08. RGB value is (84,45,8). Sum of RGB (Red+Green+Blue) = 84+45+8=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #542D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D08 is #ABD2F7. Grayscale: #343434. Windows color (decimal): -11260664 or 535892. OLE color: 535892.

HSL color Cylindrical-coordinate representation of color #542D08: hue angle of 29.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #542D08 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB84458-
CMYK00.460.900.67
HSL29.21º82.61%18.04%-
HSV(B)29.21º90.48%32.94%-
XYZ4.643.780.71-
YUV52.44102.92150.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=61.31%
G=32.85%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8445800.460.900.6729.2182.6118.04
Hex542D802E5A431d5312
Octal12455100561321033512322
Binary1010100101101100001011101011010100001111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542D08; }

 p { color: rgb(84,45,8); }

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

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

 a { background-color: rgb(84,45,8); }

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

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

 span { border-color: rgb(84,45,8); }

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