#702503

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

Shades of Baker's Chocolate #702503

Tints of Baker's Chocolate #702503

Color information

#702503 (or 0x702503) is unknown color: approx Baker's Chocolate. HEX triplet: 70, 25 and 03. RGB value is (112,37,3). Sum of RGB (Red+Green+Blue) = 112+37+3=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #702503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702503 is #8FDAFC. Grayscale: #373737. Windows color (decimal): -9427709 or 206192. OLE color: 206192.

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

Color convert

RGB112373-
CMYK00.670.970.56
HSL18.72º94.78%22.55%-
HSV(B)18.72º97.32%43.92%-
XYZ7.364.770.62-
YUV55.5598.35168.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 73.68%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=73.68%
G=24.34%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11237300.670.970.5618.7294.7822.55
Hex702530436138135f17
Octal1604530103141702313727
Binary11100001001011101000011110000111100010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702503; }

 p { color: rgb(112,37,3); }

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

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

 a { background-color: rgb(112,37,3); }

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

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

 span { border-color: rgb(112,37,3); }

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