#704123

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

Shades of Semi-Sweet Chocolate #704123

Tints of Semi-Sweet Chocolate #704123

Color information

#704123 (or 0x704123) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 70, 41 and 23. RGB value is (112,65,35). Sum of RGB (Red+Green+Blue) = 112+65+35=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704123 is #8FBEDC. Grayscale: #4B4B4B. Windows color (decimal): -9420509 or 2310512. OLE color: 2310512.

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

Color convert

RGB1126535-
CMYK00.420.690.56
HSL23.38º52.38%28.82%-
HSV(B)23.38º68.75%43.92%-
XYZ8.887.352.54-
YUV75.63105.07153.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 35 (14.06% from 255) = 16.51%
R=52.83%
G=30.66%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112653500.420.690.5623.3852.3828.82
Hex70412302A453817341d
Octal1601014305210570276435
Binary11100001000001100011010101010001011110001011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704123; }

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

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

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

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

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

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

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

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