Html Css Color HEX #573C0C Baker's Chocolate

📋 copy color: '#573C0C'

red 87 ◦ green 60 ◦ blue 12

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

Shades of Baker's Chocolate #573C0C

Tints of Baker's Chocolate #573C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.74%

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

R = 54.72%
G = 37.74%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#573C0C (or 0x573C0C) is known color: Baker's Chocolate. HEX triplet: 57, 3C and 0C. RGB value is (87,60,12). Sum of RGB (Red+Green+Blue) = 87+60+12=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #573C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #573C0C is #A8C3F3. Grayscale: #3E3E3E. Windows color (decimal): -11060212 or 801879. OLE color: 801879.

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

Color convert

RGB 87 60 12 -
CMYK 0 0.31 0.86 0.66
HSL 38.4º 0.76% 0.19% -
HSV(B) 38.4º 0.86% 0.34% -
XYZ 5.61 5.28 1.07 -
YUV 62.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 87 60 12 0 0.31 0.86 0.66 38.4 0.76 0.19
Hex 57 3C C 0 1F 56 42 26 4C 13
Octal 127 74 14 0 37 126 102 46 114 23
Binary 1010111 111100 1100 0 11111 1010110 1000010 100110 1001100 10011

Color Harmonies of #573C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C0C

Black with #573C0C

Text Example


Text Example

White with #573C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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