Html Css Color HEX #703B26 New Amber

📋 copy color: '#703B26'

red 112 ◦ green 59 ◦ blue 38

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

Shades of New Amber #703B26

Tints of New Amber #703B26

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.23%

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

R = 53.59%
G = 28.23%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#703B26 (or 0x703B26) is known color: New Amber. HEX triplet: 70, 3B and 26. RGB value is (112,59,38). Sum of RGB (Red+Green+Blue) = 112+59+38=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B26 is #8FC4D9. Grayscale: #484848. Windows color (decimal): -9422042 or 2505584. OLE color: 2505584.

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

Color convert

RGB 112 59 38 -
CMYK 0 0.47 0.66 0.56
HSL 17.03º 0.49% 0.29% -
HSV(B) 17.03º 0.66% 0.44% -
XYZ 8.6 6.71 2.68 -
YUV 72.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 112 59 38 0 0.47 0.66 0.56 17.03 0.49 0.29
Hex 70 3B 26 0 2F 42 38 11 31 1D
Octal 160 73 46 0 57 102 70 21 61 35
Binary 1110000 111011 100110 0 101111 1000010 111000 10001 110001 11101

Color Harmonies of #703B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B26

Black with #703B26

Text Example


Text Example

White with #703B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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