#714326

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

Shades of Semi-Sweet Chocolate #714326

Tints of Semi-Sweet Chocolate #714326

Color information

#714326 (or 0x714326) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 43 and 26. RGB value is (113,67,38). Sum of RGB (Red+Green+Blue) = 113+67+38=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714326 is #8EBCD9. Grayscale: #4D4D4D. Windows color (decimal): -9354458 or 2507633. OLE color: 2507633.

HSL color Cylindrical-coordinate representation of color #714326: hue angle of 23.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714326 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1136738-
CMYK00.410.660.56
HSL23.2º49.67%29.61%-
HSV(B)23.2º66.37%44.31%-
XYZ9.177.662.83-
YUV77.45105.74153.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=51.83%
G=30.73%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113673800.410.660.5623.249.6729.61
Hex714326029423817321e
Octal1611034605110270276236
Binary11100011000011100110010100110000101110001011111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714326; }

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

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

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

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

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

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

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

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