#702902

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

Shades of Baker's Chocolate #702902

Tints of Baker's Chocolate #702902

Color information

#702902 (or 0x702902) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 29 and 02. RGB value is (112,41,2). Sum of RGB (Red+Green+Blue) = 112+41+2=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702902 is #8FD6FD. Grayscale: #3A3A3A. Windows color (decimal): -9426686 or 141680. OLE color: 141680.

HSL color Cylindrical-coordinate representation of color #702902: hue angle of 21.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #702902 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB112412-
CMYK00.630.980.56
HSL21.27º96.49%22.35%-
HSV(B)21.27º98.21%43.92%-
XYZ7.495.040.63-
YUV57.7896.52166.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=72.26%
G=26.45%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11241200.630.980.5621.2796.4922.35
Hex7029203F6238156016
Octal160512077142702514026
Binary1110000101001100111111110001011100010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702902; }

 p { color: rgb(112,41,2); }

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

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

 a { background-color: rgb(112,41,2); }

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

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

 span { border-color: rgb(112,41,2); }

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