Html Css Color HEX #543514 Baker's Chocolate

📋 copy color: '#543514'

red 84 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #543514

Tints of Baker's Chocolate #543514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 53.5%
G = 33.76%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#543514 (or 0x543514) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 14. RGB value is (84,53,20). Sum of RGB (Red+Green+Blue) = 84+53+20=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543514 is #ABCAEB. Grayscale: #3A3A3A. Windows color (decimal): -11258604 or 1324372. OLE color: 1324372.

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

Color convert

RGB 84 53 20 -
CMYK 0 0.37 0.76 0.67
HSL 30.94º 0.62% 0.2% -
HSV(B) 30.94º 0.76% 0.33% -
XYZ 5.06 4.48 1.26 -
YUV 58.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 84 53 20 0 0.37 0.76 0.67 30.94 0.62 0.2
Hex 54 35 14 0 25 4C 43 1F 3E 14
Octal 124 65 24 0 45 114 103 37 76 24
Binary 1010100 110101 10100 0 100101 1001100 1000011 11111 111110 10100

Color Harmonies of #543514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543514

Black with #543514

Text Example


Text Example

White with #543514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543514; }

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

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

background-color css

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

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

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

border-color css

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

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

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