Html Css Color HEX #57390A Baker's Chocolate

📋 copy color: '#57390A'

red 87 ◦ green 57 ◦ blue 10

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

Shades of Baker's Chocolate #57390A

Tints of Baker's Chocolate #57390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.01%

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

R = 56.49%
G = 37.01%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57390A (or 0x57390A) is known color: Baker's Chocolate. HEX triplet: 57, 39 and 0A. RGB value is (87,57,10). Sum of RGB (Red+Green+Blue) = 87+57+10=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57390A is #A8C6F5. Grayscale: #3C3C3C. Windows color (decimal): -11060982 or 670039. OLE color: 670039.

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

Color convert

RGB 87 57 10 -
CMYK 0 0.34 0.89 0.66
HSL 36.62º 0.79% 0.19% -
HSV(B) 36.62º 0.89% 0.34% -
XYZ 5.45 4.97 0.96 -
YUV 60.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 87 57 10 0 0.34 0.89 0.66 36.62 0.79 0.19
Hex 57 39 A 0 22 59 42 25 4F 13
Octal 127 71 12 0 42 131 102 45 117 23
Binary 1010111 111001 1010 0 100010 1011001 1000010 100101 1001111 10011

Color Harmonies of #57390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57390A

Black with #57390A

Text Example


Text Example

White with #57390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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