#714321

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

Shades of Semi-Sweet Chocolate #714321

Tints of Semi-Sweet Chocolate #714321

Color information

#714321 (or 0x714321) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 71, 43 and 21. RGB value is (113,67,33). Sum of RGB (Red+Green+Blue) = 113+67+33=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #714321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714321 is #8EBCDE. Grayscale: #4D4D4D. Windows color (decimal): -9354463 or 2179953. OLE color: 2179953.

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

Color convert

RGB1136733-
CMYK00.410.710.56
HSL25.5º54.79%28.63%-
HSV(B)25.5º70.8%44.31%-
XYZ9.097.632.43-
YUV76.88103.24153.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=53.05%
G=31.46%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113673300.410.710.5625.554.7928.63
Hex71432102947381a371d
Octal1611034105110770326735
Binary11100011000011100001010100110001111110001101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714321; }

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

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

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

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

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

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

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

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