Html Css Color HEX #704D09 Raw Umber

📋 copy color: '#704D09'

red 112 ◦ green 77 ◦ blue 9

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

Shades of Raw Umber #704D09

Tints of Raw Umber #704D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.55%

R = 56.57%
G = 38.89%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#704D09 (or 0x704D09) is known color: Raw Umber. HEX triplet: 70, 4D and 09. RGB value is (112,77,9). Sum of RGB (Red+Green+Blue) = 112+77+9=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #704D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D09 is #8FB2F6. Grayscale: #505050. Windows color (decimal): -9417463 or 609648. OLE color: 609648.

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

Color convert

RGB 112 77 9 -
CMYK 0 0.31 0.92 0.56
HSL 39.61º 0.85% 0.24% -
HSV(B) 39.61º 0.92% 0.44% -
XYZ 9.39 8.77 1.46 -
YUV 79.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 112 77 9 0 0.31 0.92 0.56 39.61 0.85 0.24
Hex 70 4D 9 0 1F 5C 38 28 55 18
Octal 160 115 11 0 37 134 70 50 125 30
Binary 1110000 1001101 1001 0 11111 1011100 111000 101000 1010101 11000

Color Harmonies of #704D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D09

Black with #704D09

Text Example


Text Example

White with #704D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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