#704427

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

Shades of Semi-Sweet Chocolate #704427

Tints of Semi-Sweet Chocolate #704427

Color information

#704427 (or 0x704427) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 44 and 27. RGB value is (112,68,39). Sum of RGB (Red+Green+Blue) = 112+68+39=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704427 is #8FBBD8. Grayscale: #4E4E4E. Windows color (decimal): -9419737 or 2573424. OLE color: 2573424.

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

Color convert

RGB1126839-
CMYK00.390.650.56
HSL23.84º48.34%29.61%-
HSV(B)23.84º65.18%43.92%-
XYZ9.127.732.93-
YUV77.85106.08152.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=51.14%
G=31.05%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112683900.390.650.5623.8448.3429.61
Hex704427027413818301e
Octal1601044704710170306036
Binary11100001000100100111010011110000011110001100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704427; }

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

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

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

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

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

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

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

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