Html Css Color HEX #57320E Baker's Chocolate

📋 copy color: '#57320E'

red 87 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #57320E

Tints of Baker's Chocolate #57320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

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

R = 57.62%
G = 33.11%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57320E (or 0x57320E) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 0E. RGB value is (87,50,14). Sum of RGB (Red+Green+Blue) = 87+50+14=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57320E is #A8CDF1. Grayscale: #393939. Windows color (decimal): -11062770 or 930391. OLE color: 930391.

HSL color Cylindrical-coordinate representation of color #57320E: hue angle of 29.59º 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 #57320E is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 50 14 -
CMYK 0 0.43 0.84 0.66
HSL 29.59º 0.72% 0.2% -
HSV(B) 29.59º 0.84% 0.34% -
XYZ 5.15 4.34 0.98 -
YUV 56.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 87 50 14 0 0.43 0.84 0.66 29.59 0.72 0.2
Hex 57 32 E 0 2B 54 42 1E 48 14
Octal 127 62 16 0 53 124 102 36 110 24
Binary 1010111 110010 1110 0 101011 1010100 1000010 11110 1001000 10100

Color Harmonies of #57320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57320E

Black with #57320E

Text Example


Text Example

White with #57320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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