#702304

Color #702304 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #702304

Tints of Baker's Chocolate #702304

Color information

#702304 (or 0x702304) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 23 and 04. RGB value is (112,35,4). Sum of RGB (Red+Green+Blue) = 112+35+4=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #702304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702304 is #8FDCFB. Grayscale: #363636. Windows color (decimal): -9428220 or 271216. OLE color: 271216.

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

Color convert

RGB112354-
CMYK00.690.960.56
HSL17.22º93.1%22.75%-
HSV(B)17.22º96.43%43.92%-
XYZ7.314.660.63-
YUV54.4999.51169.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=74.17%
G=23.18%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11235400.690.960.5617.2293.122.75
Hex702340456038115d17
Octal1604340105140702113527
Binary111000010001110001000101110000011100010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702304; }

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

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

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

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

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

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

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

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