Html Css Color HEX #57260C Baker's Chocolate

📋 copy color: '#57260C'

red 87 ◦ green 38 ◦ blue 12

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

Shades of Baker's Chocolate #57260C

Tints of Baker's Chocolate #57260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.74%

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

R = 63.5%
G = 27.74%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57260C (or 0x57260C) is known color: Baker's Chocolate. HEX triplet: 57, 26 and 0C. RGB value is (87,38,12). Sum of RGB (Red+Green+Blue) = 87+38+12=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #57260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57260C is #A8D9F3. Grayscale: #313131. Windows color (decimal): -11065844 or 796247. OLE color: 796247.

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

Color convert

RGB 87 38 12 -
CMYK 0 0.56 0.86 0.66
HSL 20.8º 0.76% 0.19% -
HSV(B) 20.8º 0.86% 0.34% -
XYZ 4.69 3.44 0.76 -
YUV 49.69 106.73 154.61 -
System Red Green Blue C M Y K H S L
Decimal 87 38 12 0 0.56 0.86 0.66 20.8 0.76 0.19
Hex 57 26 C 0 38 56 42 15 4C 13
Octal 127 46 14 0 70 126 102 25 114 23
Binary 1010111 100110 1100 0 111000 1010110 1000010 10101 1001100 10011

Color Harmonies of #57260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57260C

Black with #57260C

Text Example


Text Example

White with #57260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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