#703300

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

Shades of Baker's Chocolate #703300

Tints of Baker's Chocolate #703300

Color information

#703300 (or 0x703300) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 33 and 00. RGB value is (112,51,0). Sum of RGB (Red+Green+Blue) = 112+51+0=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #703300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703300 is #8FCCFF. Grayscale: #3F3F3F. Windows color (decimal): -9424128 or 13168. OLE color: 13168.

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

Color convert

RGB112510-
CMYK00.5410.56
HSL27.32º100%21.96%-
HSV(B)27.32º100%43.92%-
XYZ7.875.810.71-
YUV63.4292.21162.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 68.71%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.71%
G=31.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11251000.5410.5627.3210021.96
Hex7033003664381b6416
Octal160630066144703314426
Binary111000011001100110110110010011100011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703300; }

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

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

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

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

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

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

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

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