Html Css Color HEX #703F29 New Amber

📋 copy color: '#703F29'

red 112 ◦ green 63 ◦ blue 41

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

Shades of New Amber #703F29

Tints of New Amber #703F29

RGB

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

 GREEN value IS 63 (25% from 255) = 29.17%

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

R = 51.85%
G = 29.17%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703F29 (or 0x703F29) is known color: New Amber. HEX triplet: 70, 3F and 29. RGB value is (112,63,41). Sum of RGB (Red+Green+Blue) = 112+63+41=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F29 is #8FC0D6. Grayscale: #4B4B4B. Windows color (decimal): -9421015 or 2703216. OLE color: 2703216.

HSL color Cylindrical-coordinate representation of color #703F29: hue angle of 18.59º 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 #703F29 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 63 41 -
CMYK 0 0.44 0.63 0.56
HSL 18.59º 0.46% 0.3% -
HSV(B) 18.59º 0.63% 0.44% -
XYZ 8.86 7.16 3.01 -
YUV 75.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 112 63 41 0 0.44 0.63 0.56 18.59 0.46 0.3
Hex 70 3F 29 0 2C 3F 38 13 2E 1E
Octal 160 77 51 0 54 77 70 23 56 36
Binary 1110000 111111 101001 0 101100 111111 111000 10011 101110 11110

Color Harmonies of #703F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F29

Black with #703F29

Text Example


Text Example

White with #703F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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