#702D09

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

Shades of Baker's Chocolate #702D09

Tints of Baker's Chocolate #702D09

Color information

#702D09 (or 0x702D09) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2D and 09. RGB value is (112,45,9). Sum of RGB (Red+Green+Blue) = 112+45+9=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D09 is #8FD2F6. Grayscale: #3D3D3D. Windows color (decimal): -9425655 or 601456. OLE color: 601456.

HSL color Cylindrical-coordinate representation of color #702D09: hue angle of 20.97º 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 #702D09 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB112459-
CMYK00.600.920.56
HSL20.97º85.12%23.73%-
HSV(B)20.97º91.96%43.92%-
XYZ7.675.340.89-
YUV60.9398.7164.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 67.47%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=67.47%
G=27.11%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11245900.600.920.5620.9785.1223.73
Hex702D903C5C38155518
Octal1605511074134702512530
Binary111000010110110010111100101110011100010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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