Html Css Color HEX #573213 Baker's Chocolate

📋 copy color: '#573213'

red 87 ◦ green 50 ◦ blue 19

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

Shades of Baker's Chocolate #573213

Tints of Baker's Chocolate #573213

RGB

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

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

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

R = 55.77%
G = 32.05%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#573213 (or 0x573213) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 13. RGB value is (87,50,19). Sum of RGB (Red+Green+Blue) = 87+50+19=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #573213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573213 is #A8CDEC. Grayscale: #393939. Windows color (decimal): -11062765 or 1258071. OLE color: 1258071.

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

Color convert

RGB 87 50 19 -
CMYK 0 0.43 0.78 0.66
HSL 27.35º 0.64% 0.21% -
HSV(B) 27.35º 0.78% 0.34% -
XYZ 5.19 4.35 1.18 -
YUV 57.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 87 50 19 0 0.43 0.78 0.66 27.35 0.64 0.21
Hex 57 32 13 0 2B 4E 42 1B 40 15
Octal 127 62 23 0 53 116 102 33 100 25
Binary 1010111 110010 10011 0 101011 1001110 1000010 11011 1000000 10101

Color Harmonies of #573213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573213

Black with #573213

Text Example


Text Example

White with #573213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573213; }

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

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

background-color css

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

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

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

border-color css

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

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

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