Html Css Color HEX #543715 Baker's Chocolate

📋 copy color: '#543715'

red 84 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #543715

Tints of Baker's Chocolate #543715

RGB

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

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

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

R = 52.5%
G = 34.38%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#543715 (or 0x543715) is known color: Baker's Chocolate. HEX triplet: 54, 37 and 15. RGB value is (84,55,21). Sum of RGB (Red+Green+Blue) = 84+55+21=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #543715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543715 is #ABC8EA. Grayscale: #3B3B3B. Windows color (decimal): -11258091 or 1390420. OLE color: 1390420.

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

Color convert

RGB 84 55 21 -
CMYK 0 0.35 0.75 0.67
HSL 32.38º 0.6% 0.21% -
HSV(B) 32.38º 0.75% 0.33% -
XYZ 5.16 4.67 1.34 -
YUV 59.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 84 55 21 0 0.35 0.75 0.67 32.38 0.6 0.21
Hex 54 37 15 0 23 4B 43 20 3C 15
Octal 124 67 25 0 43 113 103 40 74 25
Binary 1010100 110111 10101 0 100011 1001011 1000011 100000 111100 10101

Color Harmonies of #543715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543715

Black with #543715

Text Example


Text Example

White with #543715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543715; }

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

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

background-color css

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

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

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

border-color css

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

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

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