#714026

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

Shades of New Amber #714026

Tints of New Amber #714026

Color information

#714026 (or 0x714026) is unknown color: approx New Amber. HEX triplet: 71, 40 and 26. RGB value is (113,64,38). Sum of RGB (Red+Green+Blue) = 113+64+38=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714026 is #8EBFD9. Grayscale: #4B4B4B. Windows color (decimal): -9355226 or 2506865. OLE color: 2506865.

HSL color Cylindrical-coordinate representation of color #714026: hue angle of 20.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #714026 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1136438-
CMYK00.430.660.56
HSL20.8º49.67%29.61%-
HSV(B)20.8º66.37%44.31%-
XYZ8.997.322.77-
YUV75.69106.73154.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=52.56%
G=29.77%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113643800.430.660.5620.849.6729.61
Hex71402602B423815321e
Octal1611004605310270256236
Binary11100011000000100110010101110000101110001010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714026; }

 p { color: rgb(113,64,38); }

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

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

 a { background-color: rgb(113,64,38); }

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

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

 span { border-color: rgb(113,64,38); }

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