Html Css Color HEX #704113 Raw Umber

📋 copy color: '#704113'

red 112 ◦ green 65 ◦ blue 19

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

Shades of Raw Umber #704113

Tints of Raw Umber #704113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 57.14%
G = 33.16%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#704113 (or 0x704113) is known color: Raw Umber. HEX triplet: 70, 41 and 13. RGB value is (112,65,19). Sum of RGB (Red+Green+Blue) = 112+65+19=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #704113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704113 is #8FBEEC. Grayscale: #4A4A4A. Windows color (decimal): -9420525 or 1261936. OLE color: 1261936.

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

Color convert

RGB 112 65 19 -
CMYK 0 0.42 0.83 0.56
HSL 29.68º 0.71% 0.26% -
HSV(B) 29.68º 0.83% 0.44% -
XYZ 8.69 7.27 1.56 -
YUV 73.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 112 65 19 0 0.42 0.83 0.56 29.68 0.71 0.26
Hex 70 41 13 0 2A 53 38 1E 47 1A
Octal 160 101 23 0 52 123 70 36 107 32
Binary 1110000 1000001 10011 0 101010 1010011 111000 11110 1000111 11010

Color Harmonies of #704113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704113

Black with #704113

Text Example


Text Example

White with #704113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704113; }

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

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

background-color css

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

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

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

border-color css

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

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

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