#702102

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

Shades of Baker's Chocolate #702102

Tints of Baker's Chocolate #702102

Color information

#702102 (or 0x702102) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 21 and 02. RGB value is (112,33,2). Sum of RGB (Red+Green+Blue) = 112+33+2=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #702102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702102 is #8FDEFD. Grayscale: #353535. Windows color (decimal): -9428734 or 139632. OLE color: 139632.

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

Color convert

RGB112332-
CMYK00.710.980.56
HSL16.91º96.49%22.35%-
HSV(B)16.91º98.21%43.92%-
XYZ7.244.540.55-
YUV53.0999.17170.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.19%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=76.19%
G=22.45%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11233200.710.980.5616.9196.4922.35
Hex702120476238116016
Octal1604120107142702114026
Binary11100001000011001000111110001011100010001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702102; }

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

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

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

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

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

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

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

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