Html Css Color HEX #573D14 Baker's Chocolate

📋 copy color: '#573D14'

red 87 ◦ green 61 ◦ blue 20

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

Shades of Baker's Chocolate #573D14

Tints of Baker's Chocolate #573D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.31%

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

R = 51.79%
G = 36.31%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#573D14 (or 0x573D14) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 14. RGB value is (87,61,20). Sum of RGB (Red+Green+Blue) = 87+61+20=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #573D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D14 is #A8C2EB. Grayscale: #404040. Windows color (decimal): -11059948 or 1326423. OLE color: 1326423.

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

Color convert

RGB 87 61 20 -
CMYK 0 0.30 0.77 0.66
HSL 36.72º 0.63% 0.21% -
HSV(B) 36.72º 0.77% 0.34% -
XYZ 5.73 5.41 1.41 -
YUV 64.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 87 61 20 0 0.30 0.77 0.66 36.72 0.63 0.21
Hex 57 3D 14 0 1E 4D 42 25 3F 15
Octal 127 75 24 0 36 115 102 45 77 25
Binary 1010111 111101 10100 0 11110 1001101 1000010 100101 111111 10101

Color Harmonies of #573D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D14

Black with #573D14

Text Example


Text Example

White with #573D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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