#702A01

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

Shades of Baker's Chocolate #702A01

Tints of Baker's Chocolate #702A01

Color information

#702A01 (or 0x702A01) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2A and 01. RGB value is (112,42,1). Sum of RGB (Red+Green+Blue) = 112+42+1=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #702A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A01 is #8FD5FE. Grayscale: #3A3A3A. Windows color (decimal): -9426431 or 76400. OLE color: 76400.

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

Color convert

RGB112421-
CMYK00.620.990.56
HSL22.16º98.23%22.16%-
HSV(B)22.16º99.11%43.92%-
XYZ7.525.10.62-
YUV58.2695.69166.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=72.26%
G=27.10%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11242100.620.990.5622.1698.2322.16
Hex702A103E6338166216
Octal160521076143702614226
Binary111000010101010111110110001111100010110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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