#702704

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

Shades of Baker's Chocolate #702704

Tints of Baker's Chocolate #702704

Color information

#702704 (or 0x702704) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 27 and 04. RGB value is (112,39,4). Sum of RGB (Red+Green+Blue) = 112+39+4=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702704 is #8FD8FB. Grayscale: #393939. Windows color (decimal): -9427196 or 272240. OLE color: 272240.

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

Color convert

RGB112394-
CMYK00.650.960.56
HSL19.44º93.1%22.75%-
HSV(B)19.44º96.43%43.92%-
XYZ7.434.90.67-
YUV56.8498.18167.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=72.26%
G=25.16%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11239400.650.960.5619.4493.122.75
Hex702740416038135d17
Octal1604740101140702313527
Binary111000010011110001000001110000011100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702704; }

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

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

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

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

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

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

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

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