Html Css Color HEX #543713 Baker's Chocolate

📋 copy color: '#543713'

red 84 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #543713

Tints of Baker's Chocolate #543713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.81%

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

R = 53.16%
G = 34.81%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#543713 (or 0x543713) is known color: Baker's Chocolate. HEX triplet: 54, 37 and 13. RGB value is (84,55,19). Sum of RGB (Red+Green+Blue) = 84+55+19=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #543713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543713 is #ABC8EC. Grayscale: #3B3B3B. Windows color (decimal): -11258093 or 1259348. OLE color: 1259348.

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

Color convert

RGB 84 55 19 -
CMYK 0 0.35 0.77 0.67
HSL 33.23º 0.63% 0.2% -
HSV(B) 33.23º 0.77% 0.33% -
XYZ 5.14 4.66 1.25 -
YUV 59.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 84 55 19 0 0.35 0.77 0.67 33.23 0.63 0.2
Hex 54 37 13 0 23 4D 43 21 3F 14
Octal 124 67 23 0 43 115 103 41 77 24
Binary 1010100 110111 10011 0 100011 1001101 1000011 100001 111111 10100

Color Harmonies of #543713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543713

Black with #543713

Text Example


Text Example

White with #543713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543713; }

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

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

background-color css

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

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

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

border-color css

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

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

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