Html Css Color HEX #573013 Baker's Chocolate

📋 copy color: '#573013'

red 87 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #573013

Tints of Baker's Chocolate #573013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

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

R = 56.49%
G = 31.17%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#573013 (or 0x573013) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 13. RGB value is (87,48,19). Sum of RGB (Red+Green+Blue) = 87+48+19=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #573013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573013 is #A8CFEC. Grayscale: #383838. Windows color (decimal): -11063277 or 1257559. OLE color: 1257559.

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

Color convert

RGB 87 48 19 -
CMYK 0 0.45 0.78 0.66
HSL 25.59º 0.64% 0.21% -
HSV(B) 25.59º 0.78% 0.34% -
XYZ 5.1 4.19 1.16 -
YUV 56.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 87 48 19 0 0.45 0.78 0.66 25.59 0.64 0.21
Hex 57 30 13 0 2D 4E 42 1A 40 15
Octal 127 60 23 0 55 116 102 32 100 25
Binary 1010111 110000 10011 0 101101 1001110 1000010 11010 1000000 10101

Color Harmonies of #573013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573013

Black with #573013

Text Example


Text Example

White with #573013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573013; }

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

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

background-color css

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

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

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

border-color css

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

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

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