#714628

Color #714628 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #714628

Tints of Semi-Sweet Chocolate #714628

Color information

#714628 (or 0x714628) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 46 and 28. RGB value is (113,70,40). Sum of RGB (Red+Green+Blue) = 113+70+40=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #714628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714628 is #8EB9D7. Grayscale: #4F4F4F. Windows color (decimal): -9353688 or 2639473. OLE color: 2639473.

HSL color Cylindrical-coordinate representation of color #714628: hue angle of 24.66º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714628 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1137040-
CMYK00.380.650.56
HSL24.66º47.71%30%-
HSV(B)24.66º64.6%44.31%-
XYZ9.388.043.07-
YUV79.44105.75151.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=50.67%
G=31.39%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113704000.380.650.5624.6647.7130
Hex714628026413819301e
Octal1611065004610170316036
Binary11100011000110101000010011010000011110001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714628; }

 p { color: rgb(113,70,40); }

 H1.HeaderClassName
 {
   color: #714628;
 }
 .AnyTagClassName
 {
   color: #714628;
 }
</style>
background-color css

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

 a { background-color: rgb(113,70,40); }

 div.DivClassName
 {
   background-color: #714628;
 }
 .BgClassName
 {
   background-color: #714628;
 }
</style>
border-color css

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

 span { border-color: rgb(113,70,40); }

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