#702802

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

Shades of Baker's Chocolate #702802

Tints of Baker's Chocolate #702802

Color information

#702802 (or 0x702802) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 28 and 02. RGB value is (112,40,2). Sum of RGB (Red+Green+Blue) = 112+40+2=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #702802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702802 is #8FD7FD. Grayscale: #393939. Windows color (decimal): -9426942 or 141424. OLE color: 141424.

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

Color convert

RGB112402-
CMYK00.640.980.56
HSL20.73º96.49%22.35%-
HSV(B)20.73º98.21%43.92%-
XYZ7.454.970.62-
YUV57.296.85167.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.73%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=72.73%
G=25.97%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11240200.640.980.5620.7396.4922.35
Hex702820406238156016
Octal1605020100142702514026
Binary11100001010001001000000110001011100010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702802; }

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

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

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

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

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

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

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

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