#704127

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

Shades of Semi-Sweet Chocolate #704127

Tints of Semi-Sweet Chocolate #704127

Color information

#704127 (or 0x704127) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 41 and 27. RGB value is (112,65,39). Sum of RGB (Red+Green+Blue) = 112+65+39=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704127 is #8FBED8. Grayscale: #4C4C4C. Windows color (decimal): -9420505 or 2572656. OLE color: 2572656.

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

Color convert

RGB1126539-
CMYK00.420.650.56
HSL21.37º48.34%29.61%-
HSV(B)21.37º65.18%43.92%-
XYZ8.947.372.87-
YUV76.09107.07153.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=51.85%
G=30.09%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112653900.420.650.5621.3748.3429.61
Hex70412702A413815301e
Octal1601014705210170256036
Binary11100001000001100111010101010000011110001010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704127; }

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

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

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

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

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

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

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

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