#542809

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

Shades of Baker's Chocolate #542809

Tints of Baker's Chocolate #542809

Color information

#542809 (or 0x542809) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 28 and 09. RGB value is (84,40,9). Sum of RGB (Red+Green+Blue) = 84+40+9=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #542809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542809 is #ABD7F6. Grayscale: #313131. Windows color (decimal): -11261943 or 600148. OLE color: 600148.

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

Color convert

RGB84409-
CMYK00.520.890.67
HSL24.8º80.65%18.24%-
HSV(B)24.8º89.29%32.94%-
XYZ4.463.420.68-
YUV49.62105.08152.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=63.16%
G=30.08%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8440900.520.890.6724.880.6518.24
Hex542890345943195112
Octal12450110641311033112122
Binary1010100101000100101101001011001100001111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542809; }

 p { color: rgb(84,40,9); }

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

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

 a { background-color: rgb(84,40,9); }

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

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

 span { border-color: rgb(84,40,9); }

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