Html Css Color HEX #70351F New Amber

📋 copy color: '#70351F'

red 112 ◦ green 53 ◦ blue 31

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

Shades of New Amber #70351F

Tints of New Amber #70351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 57.14%
G = 27.04%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70351F (or 0x70351F) is known color: New Amber. HEX triplet: 70, 35 and 1F. RGB value is (112,53,31). Sum of RGB (Red+Green+Blue) = 112+53+31=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70351F is #8FCAE0. Grayscale: #444444. Windows color (decimal): -9423585 or 2045296. OLE color: 2045296.

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

Color convert

RGB 112 53 31 -
CMYK 0 0.53 0.72 0.56
HSL 16.3º 0.57% 0.28% -
HSV(B) 16.3º 0.72% 0.44% -
XYZ 8.2 6.09 2.04 -
YUV 68.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 112 53 31 0 0.53 0.72 0.56 16.3 0.57 0.28
Hex 70 35 1F 0 35 48 38 10 39 1C
Octal 160 65 37 0 65 110 70 20 71 34
Binary 1110000 110101 11111 0 110101 1001000 111000 10000 111001 11100

Color Harmonies of #70351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70351F

Black with #70351F

Text Example


Text Example

White with #70351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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