#714224

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

Shades of Semi-Sweet Chocolate #714224

Tints of Semi-Sweet Chocolate #714224

Color information

#714224 (or 0x714224) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 42 and 24. RGB value is (113,66,36). Sum of RGB (Red+Green+Blue) = 113+66+36=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714224 is #8EBDDB. Grayscale: #4C4C4C. Windows color (decimal): -9354716 or 2376305. OLE color: 2376305.

HSL color Cylindrical-coordinate representation of color #714224: hue angle of 23.38º 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 #714224 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1136636-
CMYK00.420.680.56
HSL23.38º51.68%29.22%-
HSV(B)23.38º68.14%44.31%-
XYZ9.087.532.64-
YUV76.63105.07153.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 36 (14.45% from 255) = 16.74%
R=52.56%
G=30.70%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113663600.420.680.5623.3851.6829.22
Hex71422402A443817341d
Octal1611024405210470276435
Binary11100011000010100100010101010001001110001011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714224; }

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

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

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

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

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

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

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

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