#703000

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

Shades of Baker's Chocolate #703000

Tints of Baker's Chocolate #703000

Color information

#703000 (or 0x703000) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 30 and 00. RGB value is (112,48,0). Sum of RGB (Red+Green+Blue) = 112+48+0=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #703000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703000 is #8FCFFF. Grayscale: #3D3D3D. Windows color (decimal): -9424896 or 12400. OLE color: 12400.

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

Color convert

RGB112480-
CMYK00.5710.56
HSL25.71º100%21.96%-
HSV(B)25.71º100%43.92%-
XYZ7.745.560.67-
YUV61.6693.2163.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 0 (0.39% from 255) = 0%
R=70%
G=30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11248000.5710.5625.7110021.96
Hex7030003964381a6416
Octal160600071144703214426
Binary111000011000000111001110010011100011010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703000; }

 p { color: rgb(112,48,0); }

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

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

 a { background-color: rgb(112,48,0); }

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

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

 span { border-color: rgb(112,48,0); }

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