Html Css Color HEX #57200B Baker's Chocolate

📋 copy color: '#57200B'

red 87 ◦ green 32 ◦ blue 11

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

Shades of Baker's Chocolate #57200B

Tints of Baker's Chocolate #57200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.62%

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 66.92%
G = 24.62%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57200B (or 0x57200B) is known color: Baker's Chocolate. HEX triplet: 57, 20 and 0B. RGB value is (87,32,11). Sum of RGB (Red+Green+Blue) = 87+32+11=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #57200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57200B is #A8DFF4. Grayscale: #2E2E2E. Windows color (decimal): -11067381 or 729175. OLE color: 729175.

HSL color Cylindrical-coordinate representation of color #57200B: hue angle of 16.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57200B is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 11 -
CMYK 0 0.63 0.87 0.66
HSL 16.58º 0.78% 0.19% -
HSV(B) 16.58º 0.87% 0.34% -
XYZ 4.51 3.08 0.67 -
YUV 46.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 87 32 11 0 0.63 0.87 0.66 16.58 0.78 0.19
Hex 57 20 B 0 3F 57 42 11 4E 13
Octal 127 40 13 0 77 127 102 21 116 23
Binary 1010111 100000 1011 0 111111 1010111 1000010 10001 1001110 10011

Color Harmonies of #57200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57200B

Black with #57200B

Text Example


Text Example

White with #57200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57200B; }

 p { color: rgb(87,32,11); }

 H1.HeaderClassName
 {
   color: #57200B;
 }
 .AnyTagClassName
 {
   color: #57200B;
 }
</style>

background-color css

<style>
 a { background-color: #57200B; }

 a { background-color: rgb(87,32,11); }

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

border-color css

<style>
 span { border-color: #57200B; }

 span { border-color: rgb(87,32,11); }

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