Html Css Color HEX #57220A Baker's Chocolate

📋 copy color: '#57220A'

red 87 ◦ green 34 ◦ blue 10

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

Shades of Baker's Chocolate #57220A

Tints of Baker's Chocolate #57220A

RGB

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

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

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

R = 66.41%
G = 25.95%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57220A (or 0x57220A) is known color: Baker's Chocolate. HEX triplet: 57, 22 and 0A. RGB value is (87,34,10). Sum of RGB (Red+Green+Blue) = 87+34+10=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57220A is #A8DDF5. Grayscale: #2F2F2F. Windows color (decimal): -11066870 or 664151. OLE color: 664151.

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

Color convert

RGB 87 34 10 -
CMYK 0 0.61 0.89 0.66
HSL 18.7º 0.79% 0.19% -
HSV(B) 18.7º 0.89% 0.34% -
XYZ 4.56 3.19 0.66 -
YUV 47.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 87 34 10 0 0.61 0.89 0.66 18.7 0.79 0.19
Hex 57 22 A 0 3D 59 42 13 4F 13
Octal 127 42 12 0 75 131 102 23 117 23
Binary 1010111 100010 1010 0 111101 1011001 1000010 10011 1001111 10011

Color Harmonies of #57220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57220A

Black with #57220A

Text Example


Text Example

White with #57220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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