Html Css Color HEX #573114 Baker's Chocolate

📋 copy color: '#573114'

red 87 ◦ green 49 ◦ blue 20

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

Shades of Baker's Chocolate #573114

Tints of Baker's Chocolate #573114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 55.77%
G = 31.41%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573114 (or 0x573114) is known color: Baker's Chocolate. HEX triplet: 57, 31 and 14. RGB value is (87,49,20). Sum of RGB (Red+Green+Blue) = 87+49+20=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #573114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573114 is #A8CEEB. Grayscale: #393939. Windows color (decimal): -11063020 or 1323351. OLE color: 1323351.

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

Color convert

RGB 87 49 20 -
CMYK 0 0.44 0.77 0.66
HSL 25.97º 0.63% 0.21% -
HSV(B) 25.97º 0.77% 0.34% -
XYZ 5.16 4.27 1.21 -
YUV 57.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 87 49 20 0 0.44 0.77 0.66 25.97 0.63 0.21
Hex 57 31 14 0 2C 4D 42 1A 3F 15
Octal 127 61 24 0 54 115 102 32 77 25
Binary 1010111 110001 10100 0 101100 1001101 1000010 11010 111111 10101

Color Harmonies of #573114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573114

Black with #573114

Text Example


Text Example

White with #573114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573114; }

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

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

background-color css

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

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

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

border-color css

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

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

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