Html Css Color HEX #543B15 Baker's Chocolate

📋 copy color: '#543B15'

red 84 ◦ green 59 ◦ blue 21

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

Shades of Baker's Chocolate #543B15

Tints of Baker's Chocolate #543B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.98%

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

R = 51.22%
G = 35.98%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#543B15 (or 0x543B15) is known color: Baker's Chocolate. HEX triplet: 54, 3B and 15. RGB value is (84,59,21). Sum of RGB (Red+Green+Blue) = 84+59+21=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #543B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543B15 is #ABC4EA. Grayscale: #3E3E3E. Windows color (decimal): -11257067 or 1391444. OLE color: 1391444.

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

Color convert

RGB 84 59 21 -
CMYK 0 0.30 0.75 0.67
HSL 36.19º 0.6% 0.21% -
HSV(B) 36.19º 0.75% 0.33% -
XYZ 5.36 5.07 1.41 -
YUV 62.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 84 59 21 0 0.30 0.75 0.67 36.19 0.6 0.21
Hex 54 3B 15 0 1E 4B 43 24 3C 15
Octal 124 73 25 0 36 113 103 44 74 25
Binary 1010100 111011 10101 0 11110 1001011 1000011 100100 111100 10101

Color Harmonies of #543B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543B15

Black with #543B15

Text Example


Text Example

White with #543B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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