Html Css Color HEX #573D10 Baker's Chocolate

📋 copy color: '#573D10'

red 87 ◦ green 61 ◦ blue 16

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

Shades of Baker's Chocolate #573D10

Tints of Baker's Chocolate #573D10

RGB

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

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

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

R = 53.05%
G = 37.2%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#573D10 (or 0x573D10) is known color: Baker's Chocolate. HEX triplet: 57, 3D and 10. RGB value is (87,61,16). Sum of RGB (Red+Green+Blue) = 87+61+16=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #573D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573D10 is #A8C2EF. Grayscale: #3F3F3F. Windows color (decimal): -11059952 or 1064279. OLE color: 1064279.

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

Color convert

RGB 87 61 16 -
CMYK 0 0.30 0.82 0.66
HSL 38.03º 0.69% 0.2% -
HSV(B) 38.03º 0.82% 0.34% -
XYZ 5.69 5.4 1.23 -
YUV 63.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 87 61 16 0 0.30 0.82 0.66 38.03 0.69 0.2
Hex 57 3D 10 0 1E 52 42 26 45 14
Octal 127 75 20 0 36 122 102 46 105 24
Binary 1010111 111101 10000 0 11110 1010010 1000010 100110 1000101 10100

Color Harmonies of #573D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D10

Black with #573D10

Text Example


Text Example

White with #573D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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