Html Css Color HEX #704D07 Raw Umber

📋 copy color: '#704D07'

red 112 ◦ green 77 ◦ blue 7

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

Shades of Raw Umber #704D07

Tints of Raw Umber #704D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.57%

R = 57.14%
G = 39.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#704D07 (or 0x704D07) is known color: Raw Umber. HEX triplet: 70, 4D and 07. RGB value is (112,77,7). Sum of RGB (Red+Green+Blue) = 112+77+7=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #704D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D07 is #8FB2F8. Grayscale: #4F4F4F. Windows color (decimal): -9417465 or 478576. OLE color: 478576.

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

Color convert

RGB 112 77 7 -
CMYK 0 0.31 0.94 0.56
HSL 40º 0.88% 0.23% -
HSV(B) 40º 0.94% 0.44% -
XYZ 9.37 8.77 1.4 -
YUV 79.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 112 77 7 0 0.31 0.94 0.56 40 0.88 0.23
Hex 70 4D 7 0 1F 5E 38 28 58 17
Octal 160 115 7 0 37 136 70 50 130 27
Binary 1110000 1001101 111 0 11111 1011110 111000 101000 1011000 10111

Color Harmonies of #704D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D07

Black with #704D07

Text Example


Text Example

White with #704D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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