Html Css Color HEX #704111 Raw Umber

📋 copy color: '#704111'

red 112 ◦ green 65 ◦ blue 17

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

Shades of Raw Umber #704111

Tints of Raw Umber #704111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 57.73%
G = 33.51%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704111 (or 0x704111) is known color: Raw Umber. HEX triplet: 70, 41 and 11. RGB value is (112,65,17). Sum of RGB (Red+Green+Blue) = 112+65+17=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #704111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704111 is #8FBEEE. Grayscale: #494949. Windows color (decimal): -9420527 or 1130864. OLE color: 1130864.

HSL color Cylindrical-coordinate representation of color #704111: hue angle of 30.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #704111 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 17 -
CMYK 0 0.42 0.85 0.56
HSL 30.32º 0.74% 0.25% -
HSV(B) 30.32º 0.85% 0.44% -
XYZ 8.67 7.27 1.48 -
YUV 73.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 112 65 17 0 0.42 0.85 0.56 30.32 0.74 0.25
Hex 70 41 11 0 2A 55 38 1E 4A 19
Octal 160 101 21 0 52 125 70 36 112 31
Binary 1110000 1000001 10001 0 101010 1010101 111000 11110 1001010 11001

Color Harmonies of #704111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704111

Black with #704111

Text Example


Text Example

White with #704111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704111; }

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

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

background-color css

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

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

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

border-color css

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

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

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