Html Css Color HEX #543015 Baker's Chocolate

📋 copy color: '#543015'

red 84 ◦ green 48 ◦ blue 21

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

Shades of Baker's Chocolate #543015

Tints of Baker's Chocolate #543015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 54.9%
G = 31.37%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#543015 (or 0x543015) is known color: Baker's Chocolate. HEX triplet: 54, 30 and 15. RGB value is (84,48,21). Sum of RGB (Red+Green+Blue) = 84+48+21=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #543015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543015 is #ABCFEA. Grayscale: #373737. Windows color (decimal): -11259883 or 1388628. OLE color: 1388628.

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

Color convert

RGB 84 48 21 -
CMYK 0 0.43 0.75 0.67
HSL 25.71º 0.6% 0.21% -
HSV(B) 25.71º 0.75% 0.33% -
XYZ 4.85 4.05 1.24 -
YUV 55.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 84 48 21 0 0.43 0.75 0.67 25.71 0.6 0.21
Hex 54 30 15 0 2B 4B 43 1A 3C 15
Octal 124 60 25 0 53 113 103 32 74 25
Binary 1010100 110000 10101 0 101011 1001011 1000011 11010 111100 10101

Color Harmonies of #543015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543015

Black with #543015

Text Example


Text Example

White with #543015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543015; }

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

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

background-color css

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

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

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

border-color css

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

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

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