Html Css Color HEX #573B14 Baker's Chocolate

📋 copy color: '#573B14'

red 87 ◦ green 59 ◦ blue 20

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

Shades of Baker's Chocolate #573B14

Tints of Baker's Chocolate #573B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.54%

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

R = 52.41%
G = 35.54%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573B14 (or 0x573B14) is known color: Baker's Chocolate. HEX triplet: 57, 3B and 14. RGB value is (87,59,20). Sum of RGB (Red+Green+Blue) = 87+59+20=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #573B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B14 is #A8C4EB. Grayscale: #3F3F3F. Windows color (decimal): -11060460 or 1325911. OLE color: 1325911.

HSL color Cylindrical-coordinate representation of color #573B14: hue angle of 34.93º 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 #573B14 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 59 20 -
CMYK 0 0.32 0.77 0.66
HSL 34.93º 0.63% 0.21% -
HSV(B) 34.93º 0.77% 0.34% -
XYZ 5.62 5.2 1.37 -
YUV 62.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 87 59 20 0 0.32 0.77 0.66 34.93 0.63 0.21
Hex 57 3B 14 0 20 4D 42 23 3F 15
Octal 127 73 24 0 40 115 102 43 77 25
Binary 1010111 111011 10100 0 100000 1001101 1000010 100011 111111 10101

Color Harmonies of #573B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573B14

Black with #573B14

Text Example


Text Example

White with #573B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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