Html Css Color HEX #704F19 Raw Umber

📋 copy color: '#704F19'

red 112 ◦ green 79 ◦ blue 25

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

Shades of Raw Umber #704F19

Tints of Raw Umber #704F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.57%

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 51.85%
G = 36.57%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704F19 (or 0x704F19) is known color: Raw Umber. HEX triplet: 70, 4F and 19. RGB value is (112,79,25). Sum of RGB (Red+Green+Blue) = 112+79+25=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #704F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F19 is #8FB0E6. Grayscale: #525252. Windows color (decimal): -9416935 or 1658736. OLE color: 1658736.

HSL color Cylindrical-coordinate representation of color #704F19: hue angle of 37.24º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #704F19 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 79 25 -
CMYK 0 0.29 0.78 0.56
HSL 37.24º 0.64% 0.27% -
HSV(B) 37.24º 0.78% 0.44% -
XYZ 9.65 9.11 2.17 -
YUV 82.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 112 79 25 0 0.29 0.78 0.56 37.24 0.64 0.27
Hex 70 4F 19 0 1D 4E 38 25 40 1B
Octal 160 117 31 0 35 116 70 45 100 33
Binary 1110000 1001111 11001 0 11101 1001110 111000 100101 1000000 11011

Color Harmonies of #704F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F19

Black with #704F19

Text Example


Text Example

White with #704F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,79,25); }

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

background-color css

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

 a { background-color: rgb(112,79,25); }

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

border-color css

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

 span { border-color: rgb(112,79,25); }

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