Html Css Color HEX #542309 Baker's Chocolate

📋 copy color: '#542309'

red 84 ◦ green 35 ◦ blue 9

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

Shades of Baker's Chocolate #542309

Tints of Baker's Chocolate #542309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

 BLUE value IS 9 (3.91% from 255) = 7.03%

R = 65.63%
G = 27.34%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#542309 (or 0x542309) is known color: Baker's Chocolate. HEX triplet: 54, 23 and 09. RGB value is (84,35,9). Sum of RGB (Red+Green+Blue) = 84+35+9=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #542309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542309 is #ABDCF6. Grayscale: #2E2E2E. Windows color (decimal): -11263223 or 598868. OLE color: 598868.

HSL color Cylindrical-coordinate representation of color #542309: hue angle of 20.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 #542309 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 35 9 -
CMYK 0 0.58 0.89 0.67
HSL 20.8º 0.81% 0.18% -
HSV(B) 20.8º 0.89% 0.33% -
XYZ 4.31 3.11 0.63 -
YUV 46.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 84 35 9 0 0.58 0.89 0.67 20.8 0.81 0.18
Hex 54 23 9 0 3A 59 43 15 51 12
Octal 124 43 11 0 72 131 103 25 121 22
Binary 1010100 100011 1001 0 111010 1011001 1000011 10101 1010001 10010

Color Harmonies of #542309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542309

Black with #542309

Text Example


Text Example

White with #542309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542309; }

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

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

background-color css

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

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

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

border-color css

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

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

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