Html Css Color HEX #573B0C Baker's Chocolate

📋 copy color: '#573B0C'

red 87 ◦ green 59 ◦ blue 12

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

Shades of Baker's Chocolate #573B0C

Tints of Baker's Chocolate #573B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 55.06%
G = 37.34%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#573B0C (or 0x573B0C) is known color: Baker's Chocolate. HEX triplet: 57, 3B and 0C. RGB value is (87,59,12). Sum of RGB (Red+Green+Blue) = 87+59+12=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #573B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573B0C is #A8C4F3. Grayscale: #3E3E3E. Windows color (decimal): -11060468 or 801623. OLE color: 801623.

HSL color Cylindrical-coordinate representation of color #573B0C: hue angle of 37.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #573B0C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 59 12 -
CMYK 0 0.32 0.86 0.66
HSL 37.6º 0.76% 0.19% -
HSV(B) 37.6º 0.86% 0.34% -
XYZ 5.56 5.18 1.05 -
YUV 62.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 87 59 12 0 0.32 0.86 0.66 37.6 0.76 0.19
Hex 57 3B C 0 20 56 42 26 4C 13
Octal 127 73 14 0 40 126 102 46 114 23
Binary 1010111 111011 1100 0 100000 1010110 1000010 100110 1001100 10011

Color Harmonies of #573B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573B0C

Black with #573B0C

Text Example


Text Example

White with #573B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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