#702E09

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

Shades of Baker's Chocolate #702E09

Tints of Baker's Chocolate #702E09

Color information

#702E09 (or 0x702E09) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2E and 09. RGB value is (112,46,9). Sum of RGB (Red+Green+Blue) = 112+46+9=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #702E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E09 is #8FD1F6. Grayscale: #3D3D3D. Windows color (decimal): -9425399 or 601712. OLE color: 601712.

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

Color convert

RGB112469-
CMYK00.590.920.56
HSL21.55º85.12%23.73%-
HSV(B)21.55º91.96%43.92%-
XYZ7.715.420.9-
YUV61.5298.37164.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.07%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 9 (3.91% from 255) = 5.39%
R=67.07%
G=27.54%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11246900.590.920.5621.5585.1223.73
Hex702E903B5C38165518
Octal1605611073134702612530
Binary111000010111010010111011101110011100010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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