Html Css Color HEX #704026 New Amber

📋 copy color: '#704026'

red 112 ◦ green 64 ◦ blue 38

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

Shades of New Amber #704026

Tints of New Amber #704026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 52.34%
G = 29.91%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#704026 (or 0x704026) is known color: New Amber. HEX triplet: 70, 40 and 26. RGB value is (112,64,38). Sum of RGB (Red+Green+Blue) = 112+64+38=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #704026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704026 is #8FBFD9. Grayscale: #4B4B4B. Windows color (decimal): -9420762 or 2506864. OLE color: 2506864.

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

Color convert

RGB 112 64 38 -
CMYK 0 0.43 0.66 0.56
HSL 21.08º 0.49% 0.29% -
HSV(B) 21.08º 0.66% 0.44% -
XYZ 8.87 7.25 2.77 -
YUV 75.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 112 64 38 0 0.43 0.66 0.56 21.08 0.49 0.29
Hex 70 40 26 0 2B 42 38 15 31 1D
Octal 160 100 46 0 53 102 70 25 61 35
Binary 1110000 1000000 100110 0 101011 1000010 111000 10101 110001 11101

Color Harmonies of #704026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704026

Black with #704026

Text Example


Text Example

White with #704026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704026; }

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

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

background-color css

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

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

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

border-color css

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

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

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