#542710

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

Shades of Baker's Chocolate #542710

Tints of Baker's Chocolate #542710

Color information

#542710 (or 0x542710) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 27 and 10. RGB value is (84,39,16). Sum of RGB (Red+Green+Blue) = 84+39+16=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #542710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542710 is #ABD8EF. Grayscale: #313131. Windows color (decimal): -11262192 or 1058644. OLE color: 1058644.

HSL color Cylindrical-coordinate representation of color #542710: hue angle of 20.29º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542710 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB843916-
CMYK00.540.810.67
HSL20.29º68%19.61%-
HSV(B)20.29º80.95%32.94%-
XYZ4.483.370.91-
YUV49.83108.91152.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.43%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=60.43%
G=28.06%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84391600.540.810.6720.296819.61
Hex5427100365143144414
Octal12447200661211032410424
Binary10101001001111000001101101010001100001110100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542710; }

 p { color: rgb(84,39,16); }

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

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

 a { background-color: rgb(84,39,16); }

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

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

 span { border-color: rgb(84,39,16); }

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