Html Css Color HEX #57280C Baker's Chocolate

📋 copy color: '#57280C'

red 87 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #57280C

Tints of Baker's Chocolate #57280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

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

R = 62.59%
G = 28.78%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57280C (or 0x57280C) is known color: Baker's Chocolate. HEX triplet: 57, 28 and 0C. RGB value is (87,40,12). Sum of RGB (Red+Green+Blue) = 87+40+12=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57280C is #A8D7F3. Grayscale: #333333. Windows color (decimal): -11065332 or 796759. OLE color: 796759.

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

Color convert

RGB 87 40 12 -
CMYK 0 0.54 0.86 0.66
HSL 22.4º 0.76% 0.19% -
HSV(B) 22.4º 0.86% 0.34% -
XYZ 4.76 3.57 0.79 -
YUV 50.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 87 40 12 0 0.54 0.86 0.66 22.4 0.76 0.19
Hex 57 28 C 0 36 56 42 16 4C 13
Octal 127 50 14 0 66 126 102 26 114 23
Binary 1010111 101000 1100 0 110110 1010110 1000010 10110 1001100 10011

Color Harmonies of #57280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57280C

Black with #57280C

Text Example


Text Example

White with #57280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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