#70381F

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

Shades of New Amber #70381F

Tints of New Amber #70381F

Color information

#70381F (or 0x70381F) is unknown color: approx New Amber. HEX triplet: 70, 38 and 1F. RGB value is (112,56,31). Sum of RGB (Red+Green+Blue) = 112+56+31=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70381F is #8FC7E0. Grayscale: #464646. Windows color (decimal): -9422817 or 2046064. OLE color: 2046064.

HSL color Cylindrical-coordinate representation of color #70381F: hue angle of 18.52º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70381F is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1125631-
CMYK00.500.720.56
HSL18.52º56.64%28.04%-
HSV(B)18.52º72.32%43.92%-
XYZ8.346.372.09-
YUV69.89106.05158.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=56.28%
G=28.14%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112563100.500.720.5618.5256.6428.04
Hex70381F032483813391c
Octal160703706211070237134
Binary111000011100011111011001010010001110001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70381F; }

 p { color: rgb(112,56,31); }

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

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

 a { background-color: rgb(112,56,31); }

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

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

 span { border-color: rgb(112,56,31); }

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