#702C06

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

Shades of Baker's Chocolate #702C06

Tints of Baker's Chocolate #702C06

Color information

#702C06 (or 0x702C06) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2C and 06. RGB value is (112,44,6). Sum of RGB (Red+Green+Blue) = 112+44+6=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #702C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C06 is #8FD3F9. Grayscale: #3C3C3C. Windows color (decimal): -9425914 or 404592. OLE color: 404592.

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

Color convert

RGB112446-
CMYK00.610.950.56
HSL21.51º89.83%23.14%-
HSV(B)21.51º94.64%43.92%-
XYZ7.625.260.79-
YUV6097.53165.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 44 (17.58% from 255) = 27.16%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=69.14%
G=27.16%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11244600.610.950.5621.5189.8323.14
Hex702C603D5F38165a17
Octal160546075137702613227
Binary11100001011001100111101101111111100010110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,44,6); }

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

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

 a { background-color: rgb(112,44,6); }

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

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

 span { border-color: rgb(112,44,6); }

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