Html Css Color HEX #703E28 New Amber

📋 copy color: '#703E28'

red 112 ◦ green 62 ◦ blue 40

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

Shades of New Amber #703E28

Tints of New Amber #703E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 52.34%
G = 28.97%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703E28 (or 0x703E28) is known color: New Amber. HEX triplet: 70, 3E and 28. RGB value is (112,62,40). Sum of RGB (Red+Green+Blue) = 112+62+40=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E28 is #8FC1D7. Grayscale: #4A4A4A. Windows color (decimal): -9421272 or 2637424. OLE color: 2637424.

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

Color convert

RGB 112 62 40 -
CMYK 0 0.45 0.64 0.56
HSL 18.33º 0.47% 0.3% -
HSV(B) 18.33º 0.64% 0.44% -
XYZ 8.79 7.04 2.9 -
YUV 74.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 112 62 40 0 0.45 0.64 0.56 18.33 0.47 0.3
Hex 70 3E 28 0 2D 40 38 12 2F 1E
Octal 160 76 50 0 55 100 70 22 57 36
Binary 1110000 111110 101000 0 101101 1000000 111000 10010 101111 11110

Color Harmonies of #703E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E28

Black with #703E28

Text Example


Text Example

White with #703E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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