Html Css Color HEX #543315 Baker's Chocolate

📋 copy color: '#543315'

red 84 ◦ green 51 ◦ blue 21

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

Shades of Baker's Chocolate #543315

Tints of Baker's Chocolate #543315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

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

R = 53.85%
G = 32.69%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#543315 (or 0x543315) is known color: Baker's Chocolate. HEX triplet: 54, 33 and 15. RGB value is (84,51,21). Sum of RGB (Red+Green+Blue) = 84+51+21=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543315 is #ABCCEA. Grayscale: #393939. Windows color (decimal): -11259115 or 1389396. OLE color: 1389396.

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

Color convert

RGB 84 51 21 -
CMYK 0 0.39 0.75 0.67
HSL 28.57º 0.6% 0.21% -
HSV(B) 28.57º 0.75% 0.33% -
XYZ 4.98 4.31 1.28 -
YUV 57.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 84 51 21 0 0.39 0.75 0.67 28.57 0.6 0.21
Hex 54 33 15 0 27 4B 43 1D 3C 15
Octal 124 63 25 0 47 113 103 35 74 25
Binary 1010100 110011 10101 0 100111 1001011 1000011 11101 111100 10101

Color Harmonies of #543315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543315

Black with #543315

Text Example


Text Example

White with #543315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543315; }

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

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

background-color css

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

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

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

border-color css

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

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

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