Html Css Color HEX #704D11 Raw Umber

📋 copy color: '#704D11'

red 112 ◦ green 77 ◦ blue 17

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

Shades of Raw Umber #704D11

Tints of Raw Umber #704D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.38%

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

R = 54.37%
G = 37.38%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704D11 (or 0x704D11) is known color: Raw Umber. HEX triplet: 70, 4D and 11. RGB value is (112,77,17). Sum of RGB (Red+Green+Blue) = 112+77+17=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #704D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D11 is #8FB2EE. Grayscale: #505050. Windows color (decimal): -9417455 or 1133936. OLE color: 1133936.

HSL color Cylindrical-coordinate representation of color #704D11: hue angle of 37.89º 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 #704D11 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 17 -
CMYK 0 0.31 0.85 0.56
HSL 37.89º 0.74% 0.25% -
HSV(B) 37.89º 0.85% 0.44% -
XYZ 9.44 8.79 1.73 -
YUV 80.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 112 77 17 0 0.31 0.85 0.56 37.89 0.74 0.25
Hex 70 4D 11 0 1F 55 38 26 4A 19
Octal 160 115 21 0 37 125 70 46 112 31
Binary 1110000 1001101 10001 0 11111 1010101 111000 100110 1001010 11001

Color Harmonies of #704D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D11

Black with #704D11

Text Example


Text Example

White with #704D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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