Html Css Color HEX #573513 Baker's Chocolate

📋 copy color: '#573513'

red 87 ◦ green 53 ◦ blue 19

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

Shades of Baker's Chocolate #573513

Tints of Baker's Chocolate #573513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.33%

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

R = 54.72%
G = 33.33%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#573513 (or 0x573513) is known color: Baker's Chocolate. HEX triplet: 57, 35 and 13. RGB value is (87,53,19). Sum of RGB (Red+Green+Blue) = 87+53+19=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573513 is #A8CAEC. Grayscale: #3B3B3B. Windows color (decimal): -11061997 or 1258839. OLE color: 1258839.

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

Color convert

RGB 87 53 19 -
CMYK 0 0.39 0.78 0.66
HSL 30º 0.64% 0.21% -
HSV(B) 30º 0.78% 0.34% -
XYZ 5.32 4.62 1.23 -
YUV 59.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 87 53 19 0 0.39 0.78 0.66 30 0.64 0.21
Hex 57 35 13 0 27 4E 42 1E 40 15
Octal 127 65 23 0 47 116 102 36 100 25
Binary 1010111 110101 10011 0 100111 1001110 1000010 11110 1000000 10101

Color Harmonies of #573513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573513

Black with #573513

Text Example


Text Example

White with #573513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573513; }

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

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

background-color css

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

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

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

border-color css

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

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

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