Html Css Color HEX #573211 Baker's Chocolate

📋 copy color: '#573211'

red 87 ◦ green 50 ◦ blue 17

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

Shades of Baker's Chocolate #573211

Tints of Baker's Chocolate #573211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 56.49%
G = 32.47%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#573211 (or 0x573211) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 11. RGB value is (87,50,17). Sum of RGB (Red+Green+Blue) = 87+50+17=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #573211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573211 is #A8CDEE. Grayscale: #393939. Windows color (decimal): -11062767 or 1126999. OLE color: 1126999.

HSL color Cylindrical-coordinate representation of color #573211: hue angle of 28.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #573211 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 50 17 -
CMYK 0 0.43 0.80 0.66
HSL 28.29º 0.67% 0.2% -
HSV(B) 28.29º 0.8% 0.34% -
XYZ 5.17 4.35 1.1 -
YUV 57.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 87 50 17 0 0.43 0.80 0.66 28.29 0.67 0.2
Hex 57 32 11 0 2B 50 42 1C 43 14
Octal 127 62 21 0 53 120 102 34 103 24
Binary 1010111 110010 10001 0 101011 1010000 1000010 11100 1000011 10100

Color Harmonies of #573211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573211

Black with #573211

Text Example


Text Example

White with #573211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573211; }

 p { color: rgb(87,50,17); }

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

background-color css

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

 a { background-color: rgb(87,50,17); }

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

border-color css

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

 span { border-color: rgb(87,50,17); }

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