#542E08

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

Shades of Baker's Chocolate #542E08

Tints of Baker's Chocolate #542E08

Color information

#542E08 (or 0x542E08) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2E and 08. RGB value is (84,46,8). Sum of RGB (Red+Green+Blue) = 84+46+8=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542E08 is #ABD1F7. Grayscale: #353535. Windows color (decimal): -11260408 or 536148. OLE color: 536148.

HSL color Cylindrical-coordinate representation of color #542E08: hue angle of 30º 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 #542E08 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB84468-
CMYK00.450.900.67
HSL30º82.61%18.04%-
HSV(B)30º90.48%32.94%-
XYZ4.683.860.73-
YUV53.03102.59150.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=60.87%
G=33.33%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8446800.450.900.673082.6118.04
Hex542E802D5A431e5312
Octal12456100551321033612322
Binary1010100101110100001011011011010100001111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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