Html Css Color HEX #543313 Baker's Chocolate

📋 copy color: '#543313'

red 84 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #543313

Tints of Baker's Chocolate #543313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 54.55%
G = 33.12%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#543313 (or 0x543313) is known color: Baker's Chocolate. HEX triplet: 54, 33 and 13. RGB value is (84,51,19). Sum of RGB (Red+Green+Blue) = 84+51+19=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #543313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543313 is #ABCCEC. Grayscale: #393939. Windows color (decimal): -11259117 or 1258324. OLE color: 1258324.

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

Color convert

RGB 84 51 19 -
CMYK 0 0.39 0.77 0.67
HSL 29.54º 0.63% 0.2% -
HSV(B) 29.54º 0.77% 0.33% -
XYZ 4.96 4.3 1.18 -
YUV 57.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 84 51 19 0 0.39 0.77 0.67 29.54 0.63 0.2
Hex 54 33 13 0 27 4D 43 1E 3F 14
Octal 124 63 23 0 47 115 103 36 77 24
Binary 1010100 110011 10011 0 100111 1001101 1000011 11110 111111 10100

Color Harmonies of #543313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543313

Black with #543313

Text Example


Text Example

White with #543313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543313; }

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

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

background-color css

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

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

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

border-color css

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

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

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