#542B08

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

Shades of Baker's Chocolate #542B08

Tints of Baker's Chocolate #542B08

Color information

#542B08 (or 0x542B08) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2B and 08. RGB value is (84,43,8). Sum of RGB (Red+Green+Blue) = 84+43+8=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B08 is #ABD4F7. Grayscale: #333333. Windows color (decimal): -11261176 or 535380. OLE color: 535380.

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

Color convert

RGB84438-
CMYK00.490.900.67
HSL27.63º82.61%18.04%-
HSV(B)27.63º90.48%32.94%-
XYZ4.563.630.69-
YUV51.27103.58151.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 8 (3.52% from 255) = 5.93%
R=62.22%
G=31.85%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8443800.490.900.6727.6382.6118.04
Hex542B80315A431c5312
Octal12453100611321033412322
Binary1010100101011100001100011011010100001111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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