Html Css Color HEX #704013 Raw Umber

📋 copy color: '#704013'

red 112 ◦ green 64 ◦ blue 19

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

Shades of Raw Umber #704013

Tints of Raw Umber #704013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 57.44%
G = 32.82%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#704013 (or 0x704013) is known color: Raw Umber. HEX triplet: 70, 40 and 13. RGB value is (112,64,19). Sum of RGB (Red+Green+Blue) = 112+64+19=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #704013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704013 is #8FBFEC. Grayscale: #494949. Windows color (decimal): -9420781 or 1261680. OLE color: 1261680.

HSL color Cylindrical-coordinate representation of color #704013: hue angle of 29.03º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #704013 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 19 -
CMYK 0 0.43 0.83 0.56
HSL 29.03º 0.71% 0.26% -
HSV(B) 29.03º 0.83% 0.44% -
XYZ 8.63 7.16 1.54 -
YUV 73.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 112 64 19 0 0.43 0.83 0.56 29.03 0.71 0.26
Hex 70 40 13 0 2B 53 38 1D 47 1A
Octal 160 100 23 0 53 123 70 35 107 32
Binary 1110000 1000000 10011 0 101011 1010011 111000 11101 1000111 11010

Color Harmonies of #704013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704013

Black with #704013

Text Example


Text Example

White with #704013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704013; }

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

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

background-color css

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

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

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

border-color css

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

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

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