Html Css Color HEX #57300C Baker's Chocolate

📋 copy color: '#57300C'

red 87 ◦ green 48 ◦ blue 12

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

Shades of Baker's Chocolate #57300C

Tints of Baker's Chocolate #57300C

RGB

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

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

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

R = 59.18%
G = 32.65%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57300C (or 0x57300C) is known color: Baker's Chocolate. HEX triplet: 57, 30 and 0C. RGB value is (87,48,12). Sum of RGB (Red+Green+Blue) = 87+48+12=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57300C is #A8CFF3. Grayscale: #373737. Windows color (decimal): -11063284 or 798807. OLE color: 798807.

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

Color convert

RGB 87 48 12 -
CMYK 0 0.45 0.86 0.66
HSL 28.8º 0.76% 0.19% -
HSV(B) 28.8º 0.86% 0.34% -
XYZ 5.05 4.17 0.89 -
YUV 55.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 87 48 12 0 0.45 0.86 0.66 28.8 0.76 0.19
Hex 57 30 C 0 2D 56 42 1D 4C 13
Octal 127 60 14 0 55 126 102 35 114 23
Binary 1010111 110000 1100 0 101101 1010110 1000010 11101 1001100 10011

Color Harmonies of #57300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57300C

Black with #57300C

Text Example


Text Example

White with #57300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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