#542F13

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

Shades of Baker's Chocolate #542F13

Tints of Baker's Chocolate #542F13

Color information

#542F13 (or 0x542F13) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2F and 13. RGB value is (84,47,19). Sum of RGB (Red+Green+Blue) = 84+47+19=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #542F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F13 is #ABD0EC. Grayscale: #373737. Windows color (decimal): -11260141 or 1257300. OLE color: 1257300.

HSL color Cylindrical-coordinate representation of color #542F13: hue angle of 25.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542F13 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB844719-
CMYK00.440.770.67
HSL25.85º63.11%20.2%-
HSV(B)25.85º77.38%32.94%-
XYZ4.793.961.13-
YUV54.87107.76148.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=56%
G=31.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84471900.440.770.6725.8563.1120.2
Hex542F1302C4D431a3f14
Octal1245723054115103327724
Binary1010100101111100110101100100110110000111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,47,19); }

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

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

 a { background-color: rgb(84,47,19); }

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

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

 span { border-color: rgb(84,47,19); }

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