#714422

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

Shades of Semi-Sweet Chocolate #714422

Tints of Semi-Sweet Chocolate #714422

Color information

#714422 (or 0x714422) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 44 and 22. RGB value is (113,68,34). Sum of RGB (Red+Green+Blue) = 113+68+34=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714422 is #8EBBDD. Grayscale: #4D4D4D. Windows color (decimal): -9354206 or 2245745. OLE color: 2245745.

HSL color Cylindrical-coordinate representation of color #714422: hue angle of 25.82º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714422 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1136834-
CMYK00.400.700.56
HSL25.82º53.74%28.82%-
HSV(B)25.82º69.91%44.31%-
XYZ9.177.762.53-
YUV77.58103.41153.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 34 (13.67% from 255) = 15.81%
R=52.56%
G=31.63%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113683400.400.700.5625.8253.7428.82
Hex71442202846381a361d
Octal1611044205010670326635
Binary11100011000100100010010100010001101110001101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714422; }

 p { color: rgb(113,68,34); }

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

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

 a { background-color: rgb(113,68,34); }

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

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

 span { border-color: rgb(113,68,34); }

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