#714725

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

Shades of Semi-Sweet Chocolate #714725

Tints of Semi-Sweet Chocolate #714725

Color information

#714725 (or 0x714725) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 47 and 25. RGB value is (113,71,37). Sum of RGB (Red+Green+Blue) = 113+71+37=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #714725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714725 is #8EB8DA. Grayscale: #4F4F4F. Windows color (decimal): -9353435 or 2443121. OLE color: 2443121.

HSL color Cylindrical-coordinate representation of color #714725: hue angle of 26.84º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714725 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1137137-
CMYK00.370.670.56
HSL26.84º50.67%29.41%-
HSV(B)26.84º67.26%44.31%-
XYZ9.48.152.83-
YUV79.68103.91151.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=51.13%
G=32.13%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113713700.370.670.5626.8450.6729.41
Hex71472502543381b331d
Octal1611074504510370336335
Binary11100011000111100101010010110000111110001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714725; }

 p { color: rgb(113,71,37); }

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

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

 a { background-color: rgb(113,71,37); }

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

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

 span { border-color: rgb(113,71,37); }

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