Html Css Color HEX #543513 Baker's Chocolate

📋 copy color: '#543513'

red 84 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #543513

Tints of Baker's Chocolate #543513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

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

R = 53.85%
G = 33.97%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#543513 (or 0x543513) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 13. RGB value is (84,53,19). Sum of RGB (Red+Green+Blue) = 84+53+19=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543513 is #ABCAEC. Grayscale: #3A3A3A. Windows color (decimal): -11258605 or 1258836. OLE color: 1258836.

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

Color convert

RGB 84 53 19 -
CMYK 0 0.37 0.77 0.67
HSL 31.38º 0.63% 0.2% -
HSV(B) 31.38º 0.77% 0.33% -
XYZ 5.05 4.48 1.21 -
YUV 58.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 84 53 19 0 0.37 0.77 0.67 31.38 0.63 0.2
Hex 54 35 13 0 25 4D 43 1F 3F 14
Octal 124 65 23 0 45 115 103 37 77 24
Binary 1010100 110101 10011 0 100101 1001101 1000011 11111 111111 10100

Color Harmonies of #543513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543513

Black with #543513

Text Example


Text Example

White with #543513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543513; }

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

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

background-color css

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

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

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

border-color css

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

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

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