#704527

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

Shades of Semi-Sweet Chocolate #704527

Tints of Semi-Sweet Chocolate #704527

Color information

#704527 (or 0x704527) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 45 and 27. RGB value is (112,69,39). Sum of RGB (Red+Green+Blue) = 112+69+39=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704527 is #8FBAD8. Grayscale: #4E4E4E. Windows color (decimal): -9419481 or 2573680. OLE color: 2573680.

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

Color convert

RGB1126939-
CMYK00.380.650.56
HSL24.66º48.34%29.61%-
HSV(B)24.66º65.18%43.92%-
XYZ9.187.852.95-
YUV78.44105.75151.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=50.91%
G=31.36%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112693900.380.650.5624.6648.3429.61
Hex704527026413819301e
Octal1601054704610170316036
Binary11100001000101100111010011010000011110001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704527; }

 p { color: rgb(112,69,39); }

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

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

 a { background-color: rgb(112,69,39); }

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

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

 span { border-color: rgb(112,69,39); }

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