Html Css Color HEX #573314 Baker's Chocolate

📋 copy color: '#573314'

red 87 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #573314

Tints of Baker's Chocolate #573314

RGB

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

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

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

R = 55.06%
G = 32.28%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573314 (or 0x573314) is known color: Baker's Chocolate. HEX triplet: 57, 33 and 14. RGB value is (87,51,20). Sum of RGB (Red+Green+Blue) = 87+51+20=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573314 is #A8CCEB. Grayscale: #3A3A3A. Windows color (decimal): -11062508 or 1323863. OLE color: 1323863.

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

Color convert

RGB 87 51 20 -
CMYK 0 0.41 0.77 0.66
HSL 27.76º 0.63% 0.21% -
HSV(B) 27.76º 0.77% 0.34% -
XYZ 5.24 4.44 1.24 -
YUV 58.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 87 51 20 0 0.41 0.77 0.66 27.76 0.63 0.21
Hex 57 33 14 0 29 4D 42 1C 3F 15
Octal 127 63 24 0 51 115 102 34 77 25
Binary 1010111 110011 10100 0 101001 1001101 1000010 11100 111111 10101

Color Harmonies of #573314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573314

Black with #573314

Text Example


Text Example

White with #573314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573314; }

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

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

background-color css

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

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

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

border-color css

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

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

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