Html Css Color HEX #573113 Baker's Chocolate

📋 copy color: '#573113'

red 87 ◦ green 49 ◦ blue 19

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

Shades of Baker's Chocolate #573113

Tints of Baker's Chocolate #573113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

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

R = 56.13%
G = 31.61%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#573113 (or 0x573113) is known color: Baker's Chocolate. HEX triplet: 57, 31 and 13. RGB value is (87,49,19). Sum of RGB (Red+Green+Blue) = 87+49+19=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #573113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573113 is #A8CEEC. Grayscale: #393939. Windows color (decimal): -11063021 or 1257815. OLE color: 1257815.

HSL color Cylindrical-coordinate representation of color #573113: hue angle of 26.47º 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 #573113 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 19 -
CMYK 0 0.44 0.78 0.66
HSL 26.47º 0.64% 0.21% -
HSV(B) 26.47º 0.78% 0.34% -
XYZ 5.15 4.27 1.17 -
YUV 56.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 87 49 19 0 0.44 0.78 0.66 26.47 0.64 0.21
Hex 57 31 13 0 2C 4E 42 1A 40 15
Octal 127 61 23 0 54 116 102 32 100 25
Binary 1010111 110001 10011 0 101100 1001110 1000010 11010 1000000 10101

Color Harmonies of #573113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573113

Black with #573113

Text Example


Text Example

White with #573113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573113; }

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

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

background-color css

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

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

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

border-color css

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

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

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