#703E26

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

Shades of New Amber #703E26

Tints of New Amber #703E26

Color information

#703E26 (or 0x703E26) is unknown color: approx New Amber. HEX triplet: 70, 3E and 26. RGB value is (112,62,38). Sum of RGB (Red+Green+Blue) = 112+62+38=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #703E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E26 is #8FC1D9. Grayscale: #4A4A4A. Windows color (decimal): -9421274 or 2506352. OLE color: 2506352.

HSL color Cylindrical-coordinate representation of color #703E26: hue angle of 19.46º 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 #703E26 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1126238-
CMYK00.450.660.56
HSL19.46º49.33%29.41%-
HSV(B)19.46º66.07%43.92%-
XYZ8.757.032.73-
YUV74.21107.56154.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=52.83%
G=29.25%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112623800.450.660.5619.4649.3329.41
Hex703E2602D423813311d
Octal160764605510270236135
Binary1110000111110100110010110110000101110001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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