Html Css Color HEX #573C10 Baker's Chocolate

📋 copy color: '#573C10'

red 87 ◦ green 60 ◦ blue 16

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

Shades of Baker's Chocolate #573C10

Tints of Baker's Chocolate #573C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 53.37%
G = 36.81%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#573C10 (or 0x573C10) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 10. RGB value is (87,60,16). Sum of RGB (Red+Green+Blue) = 87+60+16=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #573C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C10 is #A8C3EF. Grayscale: #3F3F3F. Windows color (decimal): -11060208 or 1064023. OLE color: 1064023.

HSL color Cylindrical-coordinate representation of color #573C10: hue angle of 37.18º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #573C10 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 60 16 -
CMYK 0 0.31 0.82 0.66
HSL 37.18º 0.69% 0.2% -
HSV(B) 37.18º 0.82% 0.34% -
XYZ 5.64 5.3 1.22 -
YUV 63.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 87 60 16 0 0.31 0.82 0.66 37.18 0.69 0.2
Hex 57 3C 10 0 1F 52 42 25 45 14
Octal 127 74 20 0 37 122 102 45 105 24
Binary 1010111 111100 10000 0 11111 1010010 1000010 100101 1000101 10100

Color Harmonies of #573C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C10

Black with #573C10

Text Example


Text Example

White with #573C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573C10; }

 p { color: rgb(87,60,16); }

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

background-color css

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

 a { background-color: rgb(87,60,16); }

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

border-color css

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

 span { border-color: rgb(87,60,16); }

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