Html Css Color HEX #57390C Baker's Chocolate

📋 copy color: '#57390C'

red 87 ◦ green 57 ◦ blue 12

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

Shades of Baker's Chocolate #57390C

Tints of Baker's Chocolate #57390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

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

R = 55.77%
G = 36.54%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57390C (or 0x57390C) is known color: Baker's Chocolate. HEX triplet: 57, 39 and 0C. RGB value is (87,57,12). Sum of RGB (Red+Green+Blue) = 87+57+12=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57390C is #A8C6F3. Grayscale: #3D3D3D. Windows color (decimal): -11060980 or 801111. OLE color: 801111.

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

Color convert

RGB 87 57 12 -
CMYK 0 0.34 0.86 0.66
HSL 36º 0.76% 0.19% -
HSV(B) 36º 0.86% 0.34% -
XYZ 5.46 4.98 1.02 -
YUV 60.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 87 57 12 0 0.34 0.86 0.66 36 0.76 0.19
Hex 57 39 C 0 22 56 42 24 4C 13
Octal 127 71 14 0 42 126 102 44 114 23
Binary 1010111 111001 1100 0 100010 1010110 1000010 100100 1001100 10011

Color Harmonies of #57390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57390C

Black with #57390C

Text Example


Text Example

White with #57390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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