Html Css Color HEX #543013 Baker's Chocolate

📋 copy color: '#543013'

red 84 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #543013

Tints of Baker's Chocolate #543013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 55.63%
G = 31.79%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#543013 (or 0x543013) is known color: Baker's Chocolate. HEX triplet: 54, 30 and 13. RGB value is (84,48,19). Sum of RGB (Red+Green+Blue) = 84+48+19=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #543013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543013 is #ABCFEC. Grayscale: #373737. Windows color (decimal): -11259885 or 1257556. OLE color: 1257556.

HSL color Cylindrical-coordinate representation of color #543013: hue angle of 26.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #543013 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 48 19 -
CMYK 0 0.43 0.77 0.67
HSL 26.77º 0.63% 0.2% -
HSV(B) 26.77º 0.77% 0.33% -
XYZ 4.83 4.05 1.14 -
YUV 55.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 84 48 19 0 0.43 0.77 0.67 26.77 0.63 0.2
Hex 54 30 13 0 2B 4D 43 1B 3F 14
Octal 124 60 23 0 53 115 103 33 77 24
Binary 1010100 110000 10011 0 101011 1001101 1000011 11011 111111 10100

Color Harmonies of #543013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543013

Black with #543013

Text Example


Text Example

White with #543013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543013; }

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

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

background-color css

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

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

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

border-color css

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

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

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