#702D01

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

Shades of Baker's Chocolate #702D01

Tints of Baker's Chocolate #702D01

Color information

#702D01 (or 0x702D01) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 2D and 01. RGB value is (112,45,1). Sum of RGB (Red+Green+Blue) = 112+45+1=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #702D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D01 is #8FD2FE. Grayscale: #3C3C3C. Windows color (decimal): -9425663 or 77168. OLE color: 77168.

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

Color convert

RGB112451-
CMYK00.600.990.56
HSL23.78º98.23%22.16%-
HSV(B)23.78º99.11%43.92%-
XYZ7.635.320.65-
YUV60.0294.7165.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.89%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=70.89%
G=28.48%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11245100.600.990.5623.7898.2322.16
Hex702D103C6338186216
Octal160551074143703014226
Binary111000010110110111100110001111100011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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