Html Css Color HEX #543A15 Baker's Chocolate

📋 copy color: '#543A15'

red 84 ◦ green 58 ◦ blue 21

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

Shades of Baker's Chocolate #543A15

Tints of Baker's Chocolate #543A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.58%

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

R = 51.53%
G = 35.58%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#543A15 (or 0x543A15) is known color: Baker's Chocolate. HEX triplet: 54, 3A and 15. RGB value is (84,58,21). Sum of RGB (Red+Green+Blue) = 84+58+21=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #543A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A15 is #ABC5EA. Grayscale: #3D3D3D. Windows color (decimal): -11257323 or 1391188. OLE color: 1391188.

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

Color convert

RGB 84 58 21 -
CMYK 0 0.31 0.75 0.67
HSL 35.24º 0.6% 0.21% -
HSV(B) 35.24º 0.75% 0.33% -
XYZ 5.3 4.97 1.39 -
YUV 61.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 84 58 21 0 0.31 0.75 0.67 35.24 0.6 0.21
Hex 54 3A 15 0 1F 4B 43 23 3C 15
Octal 124 72 25 0 37 113 103 43 74 25
Binary 1010100 111010 10101 0 11111 1001011 1000011 100011 111100 10101

Color Harmonies of #543A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543A15

Black with #543A15

Text Example


Text Example

White with #543A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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