Html Css Color HEX #57350C Baker's Chocolate

📋 copy color: '#57350C'

red 87 ◦ green 53 ◦ blue 12

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

Shades of Baker's Chocolate #57350C

Tints of Baker's Chocolate #57350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

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

R = 57.24%
G = 34.87%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57350C (or 0x57350C) is known color: Baker's Chocolate. HEX triplet: 57, 35 and 0C. RGB value is (87,53,12). Sum of RGB (Red+Green+Blue) = 87+53+12=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57350C is #A8CAF3. Grayscale: #3A3A3A. Windows color (decimal): -11062004 or 800087. OLE color: 800087.

HSL color Cylindrical-coordinate representation of color #57350C: hue angle of 32.8º 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 #57350C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 53 12 -
CMYK 0 0.39 0.86 0.66
HSL 32.8º 0.76% 0.19% -
HSV(B) 32.8º 0.86% 0.34% -
XYZ 5.27 4.6 0.96 -
YUV 58.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 87 53 12 0 0.39 0.86 0.66 32.8 0.76 0.19
Hex 57 35 C 0 27 56 42 21 4C 13
Octal 127 65 14 0 47 126 102 41 114 23
Binary 1010111 110101 1100 0 100111 1010110 1000010 100001 1001100 10011

Color Harmonies of #57350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57350C

Black with #57350C

Text Example


Text Example

White with #57350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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