Html Css Color HEX #70381F New Amber

📋 copy color: '#70381F'

red 112 ◦ green 56 ◦ blue 31

#70381F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #70381F

Tints of New Amber #70381F

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 value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70381F (or 0x70381F) is known color: 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

RGB 112 56 31 -
CMYK 0 0.50 0.72 0.56
HSL 18.52º 0.57% 0.28% -
HSV(B) 18.52º 0.72% 0.44% -
XYZ 8.34 6.37 2.09 -
YUV 69.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 112 56 31 0 0.50 0.72 0.56 18.52 0.57 0.28
Hex 70 38 1F 0 32 48 38 13 39 1C
Octal 160 70 37 0 62 110 70 23 71 34
Binary 1110000 111000 11111 0 110010 1001000 111000 10011 111001 11100

Color Harmonies of #70381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70381F

Black with #70381F

Text Example


Text Example

White with #70381F

Text Example


Text Example

HTML Codes & Css Web 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>