Html Css Color HEX #57230C Baker's Chocolate

📋 copy color: '#57230C'

red 87 ◦ green 35 ◦ blue 12

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

Shades of Baker's Chocolate #57230C

Tints of Baker's Chocolate #57230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 64.93%
G = 26.12%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57230C (or 0x57230C) is known color: Baker's Chocolate. HEX triplet: 57, 23 and 0C. RGB value is (87,35,12). Sum of RGB (Red+Green+Blue) = 87+35+12=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57230C is #A8DCF3. Grayscale: #303030. Windows color (decimal): -11066612 or 795479. OLE color: 795479.

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

Color convert

RGB 87 35 12 -
CMYK 0 0.60 0.86 0.66
HSL 18.4º 0.76% 0.19% -
HSV(B) 18.4º 0.86% 0.34% -
XYZ 4.6 3.25 0.73 -
YUV 47.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 87 35 12 0 0.60 0.86 0.66 18.4 0.76 0.19
Hex 57 23 C 0 3C 56 42 12 4C 13
Octal 127 43 14 0 74 126 102 22 114 23
Binary 1010111 100011 1100 0 111100 1010110 1000010 10010 1001100 10011

Color Harmonies of #57230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57230C

Black with #57230C

Text Example


Text Example

White with #57230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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