Html Css Color HEX #542009 Baker's Chocolate

📋 copy color: '#542009'

red 84 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #542009

Tints of Baker's Chocolate #542009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 67.2%
G = 25.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#542009 (or 0x542009) is known color: Baker's Chocolate. HEX triplet: 54, 20 and 09. RGB value is (84,32,9). Sum of RGB (Red+Green+Blue) = 84+32+9=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #542009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542009 is #ABDFF6. Grayscale: #2D2D2D. Windows color (decimal): -11263991 or 598100. OLE color: 598100.

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

Color convert

RGB 84 32 9 -
CMYK 0 0.62 0.89 0.67
HSL 18.4º 0.81% 0.18% -
HSV(B) 18.4º 0.89% 0.33% -
XYZ 4.22 2.94 0.6 -
YUV 44.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 84 32 9 0 0.62 0.89 0.67 18.4 0.81 0.18
Hex 54 20 9 0 3E 59 43 12 51 12
Octal 124 40 11 0 76 131 103 22 121 22
Binary 1010100 100000 1001 0 111110 1011001 1000011 10010 1010001 10010

Color Harmonies of #542009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542009

Black with #542009

Text Example


Text Example

White with #542009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542009; }

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

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

background-color css

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

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

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

border-color css

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

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

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