Html Css Color HEX #542C15 Baker's Chocolate

📋 copy color: '#542C15'

red 84 ◦ green 44 ◦ blue 21

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

Shades of Baker's Chocolate #542C15

Tints of Baker's Chocolate #542C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.53%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 56.38%
G = 29.53%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#542C15 (or 0x542C15) is known color: Baker's Chocolate. HEX triplet: 54, 2C and 15. RGB value is (84,44,21). Sum of RGB (Red+Green+Blue) = 84+44+21=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #542C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542C15 is #ABD3EA. Grayscale: #353535. Windows color (decimal): -11260907 or 1387604. OLE color: 1387604.

HSL color Cylindrical-coordinate representation of color #542C15: hue angle of 21.9º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542C15 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 44 21 -
CMYK 0 0.48 0.75 0.67
HSL 21.9º 0.6% 0.21% -
HSV(B) 21.9º 0.75% 0.33% -
XYZ 4.69 3.74 1.18 -
YUV 53.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 84 44 21 0 0.48 0.75 0.67 21.9 0.6 0.21
Hex 54 2C 15 0 30 4B 43 16 3C 15
Octal 124 54 25 0 60 113 103 26 74 25
Binary 1010100 101100 10101 0 110000 1001011 1000011 10110 111100 10101

Color Harmonies of #542C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542C15

Black with #542C15

Text Example


Text Example

White with #542C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542C15; }

 p { color: rgb(84,44,21); }

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

background-color css

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

 a { background-color: rgb(84,44,21); }

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

border-color css

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

 span { border-color: rgb(84,44,21); }

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