Html Css Color HEX #573016 Baker's Chocolate

📋 copy color: '#573016'

red 87 ◦ green 48 ◦ blue 22

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

Shades of Baker's Chocolate #573016

Tints of Baker's Chocolate #573016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

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

R = 55.41%
G = 30.57%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#573016 (or 0x573016) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 16. RGB value is (87,48,22). Sum of RGB (Red+Green+Blue) = 87+48+22=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #573016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573016 is #A8CFE9. Grayscale: #383838. Windows color (decimal): -11063274 or 1454167. OLE color: 1454167.

HSL color Cylindrical-coordinate representation of color #573016: hue angle of 24º 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 #573016 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 22 -
CMYK 0 0.45 0.75 0.66
HSL 24º 0.6% 0.21% -
HSV(B) 24º 0.75% 0.34% -
XYZ 5.13 4.2 1.3 -
YUV 56.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 87 48 22 0 0.45 0.75 0.66 24 0.6 0.21
Hex 57 30 16 0 2D 4B 42 18 3C 15
Octal 127 60 26 0 55 113 102 30 74 25
Binary 1010111 110000 10110 0 101101 1001011 1000010 11000 111100 10101

Color Harmonies of #573016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573016

Black with #573016

Text Example


Text Example

White with #573016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573016; }

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

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

background-color css

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

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

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

border-color css

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

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

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