Html Css Color HEX #57210C Baker's Chocolate

📋 copy color: '#57210C'

red 87 ◦ green 33 ◦ blue 12

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

Shades of Baker's Chocolate #57210C

Tints of Baker's Chocolate #57210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

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

R = 65.91%
G = 25%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57210C (or 0x57210C) is known color: Baker's Chocolate. HEX triplet: 57, 21 and 0C. RGB value is (87,33,12). Sum of RGB (Red+Green+Blue) = 87+33+12=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57210C is #A8DEF3. Grayscale: #2E2E2E. Windows color (decimal): -11067124 or 794967. OLE color: 794967.

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

Color convert

RGB 87 33 12 -
CMYK 0 0.62 0.86 0.66
HSL 16.8º 0.76% 0.19% -
HSV(B) 16.8º 0.86% 0.34% -
XYZ 4.54 3.14 0.71 -
YUV 46.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 87 33 12 0 0.62 0.86 0.66 16.8 0.76 0.19
Hex 57 21 C 0 3E 56 42 11 4C 13
Octal 127 41 14 0 76 126 102 21 114 23
Binary 1010111 100001 1100 0 111110 1010110 1000010 10001 1001100 10011

Color Harmonies of #57210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57210C

Black with #57210C

Text Example


Text Example

White with #57210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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