Html Css Color HEX #57320C Baker's Chocolate

📋 copy color: '#57320C'

red 87 ◦ green 50 ◦ blue 12

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

Shades of Baker's Chocolate #57320C

Tints of Baker's Chocolate #57320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.05%

R = 58.39%
G = 33.56%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57320C (or 0x57320C) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 0C. RGB value is (87,50,12). Sum of RGB (Red+Green+Blue) = 87+50+12=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57320C is #A8CDF3. Grayscale: #383838. Windows color (decimal): -11062772 or 799319. OLE color: 799319.

HSL color Cylindrical-coordinate representation of color #57320C: hue angle of 30.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57320C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 50 12 -
CMYK 0 0.43 0.86 0.66
HSL 30.4º 0.76% 0.19% -
HSV(B) 30.4º 0.86% 0.34% -
XYZ 5.14 4.33 0.91 -
YUV 56.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 87 50 12 0 0.43 0.86 0.66 30.4 0.76 0.19
Hex 57 32 C 0 2B 56 42 1E 4C 13
Octal 127 62 14 0 53 126 102 36 114 23
Binary 1010111 110010 1100 0 101011 1010110 1000010 11110 1001100 10011

Color Harmonies of #57320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57320C

Black with #57320C

Text Example


Text Example

White with #57320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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