#703B26

Color #703B26 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #703B26

Tints of New Amber #703B26

Color information

#703B26 (or 0x703B26) is unknown color: approx New Amber. HEX triplet: 70, 3B and 26. RGB value is (112,59,38). Sum of RGB (Red+Green+Blue) = 112+59+38=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B26 is #8FC4D9. Grayscale: #484848. Windows color (decimal): -9422042 or 2505584. OLE color: 2505584.

HSL color Cylindrical-coordinate representation of color #703B26: hue angle of 17.03º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703B26 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1125938-
CMYK00.470.660.56
HSL17.03º49.33%29.41%-
HSV(B)17.03º66.07%43.92%-
XYZ8.66.712.68-
YUV72.45108.56156.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=53.59%
G=28.23%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112593800.470.660.5617.0349.3329.41
Hex703B2602F423811311d
Octal160734605710270216135
Binary1110000111011100110010111110000101110001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703B26; }

 p { color: rgb(112,59,38); }

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

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

 a { background-color: rgb(112,59,38); }

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

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

 span { border-color: rgb(112,59,38); }

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