Html Css Color HEX #704A0E Raw Umber

📋 copy color: '#704A0E'

red 112 ◦ green 74 ◦ blue 14

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

Shades of Raw Umber #704A0E

Tints of Raw Umber #704A0E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 14 (5.86% from 255) = 7%

R = 56%
G = 37%
B = 7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#704A0E (or 0x704A0E) is known color: Raw Umber. HEX triplet: 70, 4A and 0E. RGB value is (112,74,14). Sum of RGB (Red+Green+Blue) = 112+74+14=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A0E is #8FB5F1. Grayscale: #4E4E4E. Windows color (decimal): -9418226 or 936560. OLE color: 936560.

HSL color Cylindrical-coordinate representation of color #704A0E: hue angle of 36.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #704A0E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 14 -
CMYK 0 0.34 0.88 0.56
HSL 36.73º 0.78% 0.25% -
HSV(B) 36.73º 0.88% 0.44% -
XYZ 9.21 8.37 1.55 -
YUV 78.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 112 74 14 0 0.34 0.88 0.56 36.73 0.78 0.25
Hex 70 4A E 0 22 58 38 25 4E 19
Octal 160 112 16 0 42 130 70 45 116 31
Binary 1110000 1001010 1110 0 100010 1011000 111000 100101 1001110 11001

Color Harmonies of #704A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A0E

Black with #704A0E

Text Example


Text Example

White with #704A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704A0E; }

 p { color: rgb(112,74,14); }

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

background-color css

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

 a { background-color: rgb(112,74,14); }

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

border-color css

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

 span { border-color: rgb(112,74,14); }

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