#714323

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

Shades of Semi-Sweet Chocolate #714323

Tints of Semi-Sweet Chocolate #714323

Color information

#714323 (or 0x714323) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 43 and 23. RGB value is (113,67,35). Sum of RGB (Red+Green+Blue) = 113+67+35=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714323 is #8EBCDC. Grayscale: #4D4D4D. Windows color (decimal): -9354461 or 2311025. OLE color: 2311025.

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

Color convert

RGB1136735-
CMYK00.410.690.56
HSL24.62º52.7%29.02%-
HSV(B)24.62º69.03%44.31%-
XYZ9.127.652.59-
YUV77.11104.24153.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=52.56%
G=31.16%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113673500.410.690.5624.6252.729.02
Hex714323029453819351d
Octal1611034305110570316535
Binary11100011000011100011010100110001011110001100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714323; }

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

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

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

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

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

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

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

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