#702A02

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

Shades of Baker's Chocolate #702A02

Tints of Baker's Chocolate #702A02

Color information

#702A02 (or 0x702A02) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2A and 02. RGB value is (112,42,2). Sum of RGB (Red+Green+Blue) = 112+42+2=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #702A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A02 is #8FD5FD. Grayscale: #3A3A3A. Windows color (decimal): -9426430 or 141936. OLE color: 141936.

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

Color convert

RGB112422-
CMYK00.620.980.56
HSL21.82º96.49%22.35%-
HSV(B)21.82º98.21%43.92%-
XYZ7.525.110.65-
YUV58.3796.19166.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.79%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=71.79%
G=26.92%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11242200.620.980.5621.8296.4922.35
Hex702A203E6238166016
Octal160522076142702614026
Binary1110000101010100111110110001011100010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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