Html Css Color HEX #57220C Baker's Chocolate

📋 copy color: '#57220C'

red 87 ◦ green 34 ◦ blue 12

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

Shades of Baker's Chocolate #57220C

Tints of Baker's Chocolate #57220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

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

R = 65.41%
G = 25.56%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57220C (or 0x57220C) is known color: Baker's Chocolate. HEX triplet: 57, 22 and 0C. RGB value is (87,34,12). Sum of RGB (Red+Green+Blue) = 87+34+12=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57220C is #A8DDF3. Grayscale: #2F2F2F. Windows color (decimal): -11066868 or 795223. OLE color: 795223.

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

Color convert

RGB 87 34 12 -
CMYK 0 0.61 0.86 0.66
HSL 17.6º 0.76% 0.19% -
HSV(B) 17.6º 0.86% 0.34% -
XYZ 4.57 3.2 0.72 -
YUV 47.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 87 34 12 0 0.61 0.86 0.66 17.6 0.76 0.19
Hex 57 22 C 0 3D 56 42 12 4C 13
Octal 127 42 14 0 75 126 102 22 114 23
Binary 1010111 100010 1100 0 111101 1010110 1000010 10010 1001100 10011

Color Harmonies of #57220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57220C

Black with #57220C

Text Example


Text Example

White with #57220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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