#714223

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

Shades of Semi-Sweet Chocolate #714223

Tints of Semi-Sweet Chocolate #714223

Color information

#714223 (or 0x714223) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 42 and 23. RGB value is (113,66,35). Sum of RGB (Red+Green+Blue) = 113+66+35=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #714223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714223 is #8EBDDC. Grayscale: #4C4C4C. Windows color (decimal): -9354717 or 2310769. OLE color: 2310769.

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

Color convert

RGB1136635-
CMYK00.420.690.56
HSL23.85º52.7%29.02%-
HSV(B)23.85º69.03%44.31%-
XYZ9.067.532.57-
YUV76.52104.57154.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=52.80%
G=30.84%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113663500.420.690.5623.8552.729.02
Hex71422302A453818351d
Octal1611024305210570306535
Binary11100011000010100011010101010001011110001100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714223; }

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

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

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

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

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

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

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

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