Html Css Color HEX #573115 Baker's Chocolate

📋 copy color: '#573115'

red 87 ◦ green 49 ◦ blue 21

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

Shades of Baker's Chocolate #573115

Tints of Baker's Chocolate #573115

RGB

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

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

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

R = 55.41%
G = 31.21%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#573115 (or 0x573115) is known color: Baker's Chocolate. HEX triplet: 57, 31 and 15. RGB value is (87,49,21). Sum of RGB (Red+Green+Blue) = 87+49+21=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #573115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573115 is #A8CEEA. Grayscale: #393939. Windows color (decimal): -11063019 or 1388887. OLE color: 1388887.

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

Color convert

RGB 87 49 21 -
CMYK 0 0.44 0.76 0.66
HSL 25.45º 0.61% 0.21% -
HSV(B) 25.45º 0.76% 0.34% -
XYZ 5.16 4.28 1.26 -
YUV 57.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 87 49 21 0 0.44 0.76 0.66 25.45 0.61 0.21
Hex 57 31 15 0 2C 4C 42 19 3D 15
Octal 127 61 25 0 54 114 102 31 75 25
Binary 1010111 110001 10101 0 101100 1001100 1000010 11001 111101 10101

Color Harmonies of #573115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573115

Black with #573115

Text Example


Text Example

White with #573115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573115; }

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

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

background-color css

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

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

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

border-color css

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

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

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