Html Css Color HEX #573A16 Baker's Chocolate

📋 copy color: '#573A16'

red 87 ◦ green 58 ◦ blue 22

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

Shades of Baker's Chocolate #573A16

Tints of Baker's Chocolate #573A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.73%

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 52.1%
G = 34.73%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#573A16 (or 0x573A16) is known color: Baker's Chocolate. HEX triplet: 57, 3A and 16. RGB value is (87,58,22). Sum of RGB (Red+Green+Blue) = 87+58+22=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #573A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573A16 is #A8C5E9. Grayscale: #3E3E3E. Windows color (decimal): -11060714 or 1456727. OLE color: 1456727.

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

Color convert

RGB 87 58 22 -
CMYK 0 0.33 0.75 0.66
HSL 33.23º 0.6% 0.21% -
HSV(B) 33.23º 0.75% 0.34% -
XYZ 5.59 5.11 1.45 -
YUV 62.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 87 58 22 0 0.33 0.75 0.66 33.23 0.6 0.21
Hex 57 3A 16 0 21 4B 42 21 3C 15
Octal 127 72 26 0 41 113 102 41 74 25
Binary 1010111 111010 10110 0 100001 1001011 1000010 100001 111100 10101

Color Harmonies of #573A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A16

Black with #573A16

Text Example


Text Example

White with #573A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,58,22); }

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

background-color css

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

 a { background-color: rgb(87,58,22); }

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

border-color css

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

 span { border-color: rgb(87,58,22); }

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