#702807

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

Shades of Baker's Chocolate #702807

Tints of Baker's Chocolate #702807

Color information

#702807 (or 0x702807) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 28 and 07. RGB value is (112,40,7). Sum of RGB (Red+Green+Blue) = 112+40+7=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #702807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702807 is #8FD7F8. Grayscale: #393939. Windows color (decimal): -9426937 or 469104. OLE color: 469104.

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

Color convert

RGB112407-
CMYK00.640.940.56
HSL18.86º88.24%23.33%-
HSV(B)18.86º93.75%43.92%-
XYZ7.484.980.77-
YUV57.7799.35166.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 40 (16.02% from 255) = 25.16%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=70.44%
G=25.16%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11240700.640.940.5618.8688.2423.33
Hex702870405E38135817
Octal1605070100136702313027
Binary111000010100011101000000101111011100010011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702807; }

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

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

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

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

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

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

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

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