#70341c

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

Shades of New Amber #70341C

Tints of New Amber #70341C

Color information

#70341C (or 0x70341C) is unknown color: approx New Amber. HEX triplet: 70, 34 and 1C. RGB value is (112,52,28). Sum of RGB (Red+Green+Blue) = 112+52+28=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70341C is #8FCBE3. Grayscale: #434343. Windows color (decimal): -9423844 or 1848432. OLE color: 1848432.

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

Color convert

RGB1125228-
CMYK00.540.750.56
HSL17.14º60%27.45%-
HSV(B)17.14º75%43.92%-
XYZ8.125.981.83-
YUV67.2105.88159.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 28 (11.33% from 255) = 14.58%
R=58.33%
G=27.08%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112522800.540.750.5617.146027.45
Hex70341C0364B38113c1b
Octal160643406611370217433
Binary111000011010011100011011010010111110001000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70341c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70341c; }

 p { color: rgb(112,52,28); }

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

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

 a { background-color: rgb(112,52,28); }

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

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

 span { border-color: rgb(112,52,28); }

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