#702407

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

Shades of Baker's Chocolate #702407

Tints of Baker's Chocolate #702407

Color information

#702407 (or 0x702407) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 24 and 07. RGB value is (112,36,7). Sum of RGB (Red+Green+Blue) = 112+36+7=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702407 is #8FDBF8. Grayscale: #373737. Windows color (decimal): -9427961 or 468080. OLE color: 468080.

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

Color convert

RGB112367-
CMYK00.680.940.56
HSL16.57º88.24%23.33%-
HSV(B)16.57º93.75%43.92%-
XYZ7.354.720.72-
YUV55.42100.68168.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=72.26%
G=23.23%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11236700.680.940.5616.5788.2423.33
Hex702470445E38115817
Octal1604470104136702113027
Binary111000010010011101000100101111011100010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702407; }

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

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

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

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

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

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

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

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