Html Css Color HEX #703E29 New Amber

📋 copy color: '#703E29'

red 112 ◦ green 62 ◦ blue 41

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

Shades of New Amber #703E29

Tints of New Amber #703E29

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.84%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 52.09%
G = 28.84%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703E29 (or 0x703E29) is known color: New Amber. HEX triplet: 70, 3E and 29. RGB value is (112,62,41). Sum of RGB (Red+Green+Blue) = 112+62+41=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E29 is #8FC1D6. Grayscale: #4A4A4A. Windows color (decimal): -9421271 or 2702960. OLE color: 2702960.

HSL color Cylindrical-coordinate representation of color #703E29: hue angle of 17.75º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703E29 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 41 -
CMYK 0 0.45 0.63 0.56
HSL 17.75º 0.46% 0.3% -
HSV(B) 17.75º 0.63% 0.44% -
XYZ 8.8 7.05 2.99 -
YUV 74.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 112 62 41 0 0.45 0.63 0.56 17.75 0.46 0.3
Hex 70 3E 29 0 2D 3F 38 12 2E 1E
Octal 160 76 51 0 55 77 70 22 56 36
Binary 1110000 111110 101001 0 101101 111111 111000 10010 101110 11110

Color Harmonies of #703E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E29

Black with #703E29

Text Example


Text Example

White with #703E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E29; }

 p { color: rgb(112,62,41); }

 H1.HeaderClassName
 {
   color: #703E29;
 }
 .AnyTagClassName
 {
   color: #703E29;
 }
</style>

background-color css

<style>
 a { background-color: #703E29; }

 a { background-color: rgb(112,62,41); }

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

border-color css

<style>
 span { border-color: #703E29; }

 span { border-color: rgb(112,62,41); }

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