Html Css Color HEX #542911 Baker's Chocolate

📋 copy color: '#542911'

red 84 ◦ green 41 ◦ blue 17

#542911
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #542911

Tints of Baker's Chocolate #542911

RGB

 RED value IS 84 (33.2% from 255) = 59.15%

 GREEN value IS 41 (16.41% from 255) = 28.87%

 BLUE value IS 17 (7.03% from 255) = 11.97%

R = 59.15%
G = 28.87%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#542911 (or 0x542911) is known color: Baker's Chocolate. HEX triplet: 54, 29 and 11. RGB value is (84,41,17). Sum of RGB (Red+Green+Blue) = 84+41+17=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #542911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542911 is #ABD6EE. Grayscale: #333333. Windows color (decimal): -11261679 or 1124692. OLE color: 1124692.

HSL color Cylindrical-coordinate representation of color #542911: hue angle of 21.49º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542911 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 41 17 -
CMYK 0 0.51 0.80 0.67
HSL 21.49º 0.66% 0.2% -
HSV(B) 21.49º 0.8% 0.33% -
XYZ 4.55 3.51 0.97 -
YUV 51.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 84 41 17 0 0.51 0.80 0.67 21.49 0.66 0.2
Hex 54 29 11 0 33 50 43 15 42 14
Octal 124 51 21 0 63 120 103 25 102 24
Binary 1010100 101001 10001 0 110011 1010000 1000011 10101 1000010 10100

Color Harmonies of #542911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542911

Black with #542911

Text Example


Text Example

White with #542911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542911; }

 p { color: rgb(84,41,17); }

 H1.HeaderClassName
 {
   color: #542911;
 }
 .AnyTagClassName
 {
   color: #542911;
 }
</style>

background-color css

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

 a { background-color: rgb(84,41,17); }

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

border-color css

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

 span { border-color: rgb(84,41,17); }

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