#542F0F

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

Shades of Baker's Chocolate #542F0F

Tints of Baker's Chocolate #542F0F

Color information

#542F0F (or 0x542F0F) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2F and 0F. RGB value is (84,47,15). Sum of RGB (Red+Green+Blue) = 84+47+15=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #542F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542F0F is #ABD0F0. Grayscale: #363636. Windows color (decimal): -11260145 or 995156. OLE color: 995156.

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

Color convert

RGB844715-
CMYK00.440.820.67
HSL27.83º69.7%19.41%-
HSV(B)27.83º82.14%32.94%-
XYZ4.763.950.96-
YUV54.42105.76149.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=57.53%
G=32.19%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84471500.440.820.6727.8369.719.41
Hex542FF02C52431c4613
Octal12457170541221033410623
Binary1010100101111111101011001010010100001111100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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