Html Css Color HEX #573C14 Baker's Chocolate

📋 copy color: '#573C14'

red 87 ◦ green 60 ◦ blue 20

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

Shades of Baker's Chocolate #573C14

Tints of Baker's Chocolate #573C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 52.1%
G = 35.93%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573C14 (or 0x573C14) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 14. RGB value is (87,60,20). Sum of RGB (Red+Green+Blue) = 87+60+20=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #573C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C14 is #A8C3EB. Grayscale: #3F3F3F. Windows color (decimal): -11060204 or 1326167. OLE color: 1326167.

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

Color convert

RGB 87 60 20 -
CMYK 0 0.31 0.77 0.66
HSL 35.82º 0.63% 0.21% -
HSV(B) 35.82º 0.77% 0.34% -
XYZ 5.67 5.31 1.39 -
YUV 63.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 87 60 20 0 0.31 0.77 0.66 35.82 0.63 0.21
Hex 57 3C 14 0 1F 4D 42 24 3F 15
Octal 127 74 24 0 37 115 102 44 77 25
Binary 1010111 111100 10100 0 11111 1001101 1000010 100100 111111 10101

Color Harmonies of #573C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C14

Black with #573C14

Text Example


Text Example

White with #573C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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