#70331B

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

Shades of New Amber #70331B

Tints of New Amber #70331B

Color information

#70331B (or 0x70331B) is unknown color: approx New Amber. HEX triplet: 70, 33 and 1B. RGB value is (112,51,27). Sum of RGB (Red+Green+Blue) = 112+51+27=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70331B is #8FCCE4. Grayscale: #424242. Windows color (decimal): -9424101 or 1782640. OLE color: 1782640.

HSL color Cylindrical-coordinate representation of color #70331B: hue angle of 16.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70331B is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1125127-
CMYK00.540.760.56
HSL16.94º61.15%27.25%-
HSV(B)16.94º75.89%43.92%-
XYZ8.065.891.75-
YUV66.5105.71160.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=58.95%
G=26.84%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112512700.540.760.5616.9461.1527.25
Hex70331B0364C38113d1b
Octal160633306611470217533
Binary111000011001111011011011010011001110001000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70331B; }

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

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

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

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

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

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

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

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