Html Css Color HEX #573413 Baker's Chocolate

📋 copy color: '#573413'

red 87 ◦ green 52 ◦ blue 19

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

Shades of Baker's Chocolate #573413

Tints of Baker's Chocolate #573413

RGB

 RED value IS 87 (34.38% from 255) = 55.06%

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 55.06%
G = 32.91%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#573413 (or 0x573413) is known color: Baker's Chocolate. HEX triplet: 57, 34 and 13. RGB value is (87,52,19). Sum of RGB (Red+Green+Blue) = 87+52+19=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573413 is #A8CBEC. Grayscale: #3A3A3A. Windows color (decimal): -11062253 or 1258583. OLE color: 1258583.

HSL color Cylindrical-coordinate representation of color #573413: hue angle of 29.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #573413 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 52 19 -
CMYK 0 0.40 0.78 0.66
HSL 29.12º 0.64% 0.21% -
HSV(B) 29.12º 0.78% 0.34% -
XYZ 5.28 4.53 1.21 -
YUV 58.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 87 52 19 0 0.40 0.78 0.66 29.12 0.64 0.21
Hex 57 34 13 0 28 4E 42 1D 40 15
Octal 127 64 23 0 50 116 102 35 100 25
Binary 1010111 110100 10011 0 101000 1001110 1000010 11101 1000000 10101

Color Harmonies of #573413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573413

Black with #573413

Text Example


Text Example

White with #573413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573413; }

 p { color: rgb(87,52,19); }

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

background-color css

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

 a { background-color: rgb(87,52,19); }

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

border-color css

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

 span { border-color: rgb(87,52,19); }

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