Html Css Color HEX #704A0D Raw Umber

📋 copy color: '#704A0D'

red 112 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #704A0D

Tints of Raw Umber #704A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 56.28%
G = 37.19%
B = 6.53%

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

#704A0D (or 0x704A0D) is known color: Raw Umber. HEX triplet: 70, 4A and 0D. RGB value is (112,74,13). Sum of RGB (Red+Green+Blue) = 112+74+13=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A0D is #8FB5F2. Grayscale: #4E4E4E. Windows color (decimal): -9418227 or 871024. OLE color: 871024.

HSL color Cylindrical-coordinate representation of color #704A0D: hue angle of 36.97º degrees, saturation: 0.79, 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 #704A0D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 13 -
CMYK 0 0.34 0.88 0.56
HSL 36.97º 0.79% 0.25% -
HSV(B) 36.97º 0.88% 0.44% -
XYZ 9.2 8.37 1.51 -
YUV 78.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 112 74 13 0 0.34 0.88 0.56 36.97 0.79 0.25
Hex 70 4A D 0 22 58 38 25 4F 19
Octal 160 112 15 0 42 130 70 45 117 31
Binary 1110000 1001010 1101 0 100010 1011000 111000 100101 1001111 11001

Color Harmonies of #704A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A0D

Black with #704A0D

Text Example


Text Example

White with #704A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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