#702E07

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

Shades of Baker's Chocolate #702E07

Tints of Baker's Chocolate #702E07

Color information

#702E07 (or 0x702E07) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2E and 07. RGB value is (112,46,7). Sum of RGB (Red+Green+Blue) = 112+46+7=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #702E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E07 is #8FD1F8. Grayscale: #3D3D3D. Windows color (decimal): -9425401 or 470640. OLE color: 470640.

HSL color Cylindrical-coordinate representation of color #702E07: hue angle of 22.29º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #702E07 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112467-
CMYK00.590.940.56
HSL22.29º88.24%23.33%-
HSV(B)22.29º93.75%43.92%-
XYZ7.75.410.84-
YUV61.2997.37164.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.88%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=67.88%
G=27.88%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11246700.590.940.5622.2988.2423.33
Hex702E703B5E38165817
Octal160567073136702613027
Binary11100001011101110111011101111011100010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E07; }

 p { color: rgb(112,46,7); }

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

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

 a { background-color: rgb(112,46,7); }

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

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

 span { border-color: rgb(112,46,7); }

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