Html Css Color HEX #704D10 Raw Umber

📋 copy color: '#704D10'

red 112 ◦ green 77 ◦ blue 16

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

Shades of Raw Umber #704D10

Tints of Raw Umber #704D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 54.63%
G = 37.56%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#704D10 (or 0x704D10) is known color: Raw Umber. HEX triplet: 70, 4D and 10. RGB value is (112,77,16). Sum of RGB (Red+Green+Blue) = 112+77+16=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D10 is #8FB2EF. Grayscale: #505050. Windows color (decimal): -9417456 or 1068400. OLE color: 1068400.

HSL color Cylindrical-coordinate representation of color #704D10: hue angle of 38.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #704D10 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 16 -
CMYK 0 0.31 0.86 0.56
HSL 38.13º 0.75% 0.25% -
HSV(B) 38.13º 0.86% 0.44% -
XYZ 9.43 8.79 1.69 -
YUV 80.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 112 77 16 0 0.31 0.86 0.56 38.13 0.75 0.25
Hex 70 4D 10 0 1F 56 38 26 4B 19
Octal 160 115 20 0 37 126 70 46 113 31
Binary 1110000 1001101 10000 0 11111 1010110 111000 100110 1001011 11001

Color Harmonies of #704D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D10

Black with #704D10

Text Example


Text Example

White with #704D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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