#702B02

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

Shades of Baker's Chocolate #702B02

Tints of Baker's Chocolate #702B02

Color information

#702B02 (or 0x702B02) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2B and 02. RGB value is (112,43,2). Sum of RGB (Red+Green+Blue) = 112+43+2=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #702B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B02 is #8FD4FD. Grayscale: #3B3B3B. Windows color (decimal): -9426174 or 142192. OLE color: 142192.

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

Color convert

RGB112432-
CMYK00.620.980.56
HSL22.36º96.49%22.35%-
HSV(B)22.36º98.21%43.92%-
XYZ7.565.180.66-
YUV58.9695.86165.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=71.34%
G=27.39%
B=1.27%

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
Decimal11243200.620.980.5622.3696.4922.35
Hex702B203E6238166016
Octal160532076142702614026
Binary1110000101011100111110110001011100010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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