Html Css Color HEX #70361F New Amber

📋 copy color: '#70361F'

red 112 ◦ green 54 ◦ blue 31

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

Shades of New Amber #70361F

Tints of New Amber #70361F

RGB

 RED value IS 112 (44.14% from 255) = 56.85%

 GREEN value IS 54 (21.48% from 255) = 27.41%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 56.85%
G = 27.41%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70361F (or 0x70361F) is known color: New Amber. HEX triplet: 70, 36 and 1F. RGB value is (112,54,31). Sum of RGB (Red+Green+Blue) = 112+54+31=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70361F is #8FC9E0. Grayscale: #444444. Windows color (decimal): -9423329 or 2045552. OLE color: 2045552.

HSL color Cylindrical-coordinate representation of color #70361F: hue angle of 17.04º 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 #70361F is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 31 -
CMYK 0 0.52 0.72 0.56
HSL 17.04º 0.57% 0.28% -
HSV(B) 17.04º 0.72% 0.44% -
XYZ 8.25 6.18 2.05 -
YUV 68.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 112 54 31 0 0.52 0.72 0.56 17.04 0.57 0.28
Hex 70 36 1F 0 34 48 38 11 39 1C
Octal 160 66 37 0 64 110 70 21 71 34
Binary 1110000 110110 11111 0 110100 1001000 111000 10001 111001 11100

Color Harmonies of #70361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70361F

Black with #70361F

Text Example


Text Example

White with #70361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70361F;
 }
 .AnyTagClassName
 {
   color: #70361F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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