Html Css Color HEX #57310E Baker's Chocolate

📋 copy color: '#57310E'

red 87 ◦ green 49 ◦ blue 14

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

Shades of Baker's Chocolate #57310E

Tints of Baker's Chocolate #57310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.67%

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 58%
G = 32.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57310E (or 0x57310E) is known color: Baker's Chocolate. HEX triplet: 57, 31 and 0E. RGB value is (87,49,14). Sum of RGB (Red+Green+Blue) = 87+49+14=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57310E is #A8CEF1. Grayscale: #383838. Windows color (decimal): -11063026 or 930135. OLE color: 930135.

HSL color Cylindrical-coordinate representation of color #57310E: hue angle of 28.77º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57310E is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 14 -
CMYK 0 0.44 0.84 0.66
HSL 28.77º 0.72% 0.2% -
HSV(B) 28.77º 0.84% 0.34% -
XYZ 5.11 4.25 0.97 -
YUV 56.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 87 49 14 0 0.44 0.84 0.66 28.77 0.72 0.2
Hex 57 31 E 0 2C 54 42 1D 48 14
Octal 127 61 16 0 54 124 102 35 110 24
Binary 1010111 110001 1110 0 101100 1010100 1000010 11101 1001000 10100

Color Harmonies of #57310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57310E

Black with #57310E

Text Example


Text Example

White with #57310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57310E; }

 p { color: rgb(87,49,14); }

 H1.HeaderClassName
 {
   color: #57310E;
 }
 .AnyTagClassName
 {
   color: #57310E;
 }
</style>

background-color css

<style>
 a { background-color: #57310E; }

 a { background-color: rgb(87,49,14); }

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

border-color css

<style>
 span { border-color: #57310E; }

 span { border-color: rgb(87,49,14); }

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