#714624

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

Shades of Semi-Sweet Chocolate #714624

Tints of Semi-Sweet Chocolate #714624

Color information

#714624 (or 0x714624) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 46 and 24. RGB value is (113,70,36). Sum of RGB (Red+Green+Blue) = 113+70+36=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #714624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714624 is #8EB9DB. Grayscale: #4F4F4F. Windows color (decimal): -9353692 or 2377329. OLE color: 2377329.

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

Color convert

RGB1137036-
CMYK00.380.680.56
HSL26.49º51.68%29.22%-
HSV(B)26.49º68.14%44.31%-
XYZ9.328.022.73-
YUV78.98103.75152.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 36 (14.45% from 255) = 16.44%
R=51.60%
G=31.96%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113703600.380.680.5626.4951.6829.22
Hex71462402644381a341d
Octal1611064404610470326435
Binary11100011000110100100010011010001001110001101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714624; }

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

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

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

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

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

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

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

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