Html Css Color HEX #70341D New Amber

📋 copy color: '#70341D'

red 112 ◦ green 52 ◦ blue 29

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

Shades of New Amber #70341D

Tints of New Amber #70341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 58.03%
G = 26.94%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70341D (or 0x70341D) is known color: New Amber. HEX triplet: 70, 34 and 1D. RGB value is (112,52,29). Sum of RGB (Red+Green+Blue) = 112+52+29=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70341D is #8FCBE2. Grayscale: #434343. Windows color (decimal): -9423843 or 1913968. OLE color: 1913968.

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

Color convert

RGB 112 52 29 -
CMYK 0 0.54 0.74 0.56
HSL 16.63º 0.59% 0.28% -
HSV(B) 16.63º 0.74% 0.44% -
XYZ 8.13 5.99 1.89 -
YUV 67.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 112 52 29 0 0.54 0.74 0.56 16.63 0.59 0.28
Hex 70 34 1D 0 36 4A 38 11 3B 1C
Octal 160 64 35 0 66 112 70 21 73 34
Binary 1110000 110100 11101 0 110110 1001010 111000 10001 111011 11100

Color Harmonies of #70341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70341D

Black with #70341D

Text Example


Text Example

White with #70341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70341D;
 }
 .AnyTagClassName
 {
   color: #70341D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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