Html Css Color HEX #703F26 New Amber

📋 copy color: '#703F26'

red 112 ◦ green 63 ◦ blue 38

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

Shades of New Amber #703F26

Tints of New Amber #703F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 52.58%
G = 29.58%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#703F26 (or 0x703F26) is known color: New Amber. HEX triplet: 70, 3F and 26. RGB value is (112,63,38). Sum of RGB (Red+Green+Blue) = 112+63+38=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F26 is #8FC0D9. Grayscale: #4A4A4A. Windows color (decimal): -9421018 or 2506608. OLE color: 2506608.

HSL color Cylindrical-coordinate representation of color #703F26: hue angle of 20.27º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703F26 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 63 38 -
CMYK 0 0.44 0.66 0.56
HSL 20.27º 0.49% 0.29% -
HSV(B) 20.27º 0.66% 0.44% -
XYZ 8.81 7.14 2.75 -
YUV 74.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 112 63 38 0 0.44 0.66 0.56 20.27 0.49 0.29
Hex 70 3F 26 0 2C 42 38 14 31 1D
Octal 160 77 46 0 54 102 70 24 61 35
Binary 1110000 111111 100110 0 101100 1000010 111000 10100 110001 11101

Color Harmonies of #703F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F26

Black with #703F26

Text Example


Text Example

White with #703F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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