#703305

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

Shades of Baker's Chocolate #703305

Tints of Baker's Chocolate #703305

Color information

#703305 (or 0x703305) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 33 and 05. RGB value is (112,51,5). Sum of RGB (Red+Green+Blue) = 112+51+5=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #703305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703305 is #8FCCFA. Grayscale: #404040. Windows color (decimal): -9424123 or 340848. OLE color: 340848.

HSL color Cylindrical-coordinate representation of color #703305: hue angle of 25.79º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #703305 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112515-
CMYK00.540.960.56
HSL25.79º91.45%22.94%-
HSV(B)25.79º95.54%43.92%-
XYZ7.895.820.85-
YUV6494.71162.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=66.67%
G=30.36%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11251500.540.960.5625.7991.4522.94
Hex7033503660381a5b17
Octal160635066140703213327
Binary11100001100111010110110110000011100011010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703305; }

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

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

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

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

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

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

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

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