Html Css Color HEX #57210A Baker's Chocolate

📋 copy color: '#57210A'

red 87 ◦ green 33 ◦ blue 10

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

Shades of Baker's Chocolate #57210A

Tints of Baker's Chocolate #57210A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 66.92%
G = 25.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57210A (or 0x57210A) is known color: Baker's Chocolate. HEX triplet: 57, 21 and 0A. RGB value is (87,33,10). Sum of RGB (Red+Green+Blue) = 87+33+10=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #57210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57210A is #A8DEF5. Grayscale: #2E2E2E. Windows color (decimal): -11067126 or 663895. OLE color: 663895.

HSL color Cylindrical-coordinate representation of color #57210A: hue angle of 17.92º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57210A is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 33 10 -
CMYK 0 0.62 0.89 0.66
HSL 17.92º 0.79% 0.19% -
HSV(B) 17.92º 0.89% 0.34% -
XYZ 4.53 3.14 0.65 -
YUV 46.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 87 33 10 0 0.62 0.89 0.66 17.92 0.79 0.19
Hex 57 21 A 0 3E 59 42 12 4F 13
Octal 127 41 12 0 76 131 102 22 117 23
Binary 1010111 100001 1010 0 111110 1011001 1000010 10010 1001111 10011

Color Harmonies of #57210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57210A

Black with #57210A

Text Example


Text Example

White with #57210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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