#542D0A

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

Shades of Baker's Chocolate #542D0A

Tints of Baker's Chocolate #542D0A

Color information

#542D0A (or 0x542D0A) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 0A. RGB value is (84,45,10). Sum of RGB (Red+Green+Blue) = 84+45+10=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #542D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D0A is #ABD2F5. Grayscale: #343434. Windows color (decimal): -11260662 or 666964. OLE color: 666964.

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

Color convert

RGB844510-
CMYK00.460.880.67
HSL28.38º78.72%18.43%-
HSV(B)28.38º88.1%32.94%-
XYZ4.653.780.77-
YUV52.67103.92150.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=60.43%
G=32.37%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84451000.460.880.6728.3878.7218.43
Hex542DA02E58431c4f12
Octal12455120561301033411722
Binary1010100101101101001011101011000100001111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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