Html Css Color HEX #542509 Baker's Chocolate

📋 copy color: '#542509'

red 84 ◦ green 37 ◦ blue 9

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

Shades of Baker's Chocolate #542509

Tints of Baker's Chocolate #542509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.46%

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

R = 64.62%
G = 28.46%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#542509 (or 0x542509) is known color: Baker's Chocolate. HEX triplet: 54, 25 and 09. RGB value is (84,37,9). Sum of RGB (Red+Green+Blue) = 84+37+9=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #542509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542509 is #ABDAF6. Grayscale: #303030. Windows color (decimal): -11262711 or 599380. OLE color: 599380.

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

Color convert

RGB 84 37 9 -
CMYK 0 0.56 0.89 0.67
HSL 22.4º 0.81% 0.18% -
HSV(B) 22.4º 0.89% 0.33% -
XYZ 4.37 3.23 0.65 -
YUV 47.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 84 37 9 0 0.56 0.89 0.67 22.4 0.81 0.18
Hex 54 25 9 0 38 59 43 16 51 12
Octal 124 45 11 0 70 131 103 26 121 22
Binary 1010100 100101 1001 0 111000 1011001 1000011 10110 1010001 10010

Color Harmonies of #542509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542509

Black with #542509

Text Example


Text Example

White with #542509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542509; }

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

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

background-color css

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

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

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

border-color css

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

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

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