Html Css Color HEX #704F17 Raw Umber

📋 copy color: '#704F17'

red 112 ◦ green 79 ◦ blue 23

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

Shades of Raw Umber #704F17

Tints of Raw Umber #704F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 52.34%
G = 36.92%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704F17 (or 0x704F17) is known color: Raw Umber. HEX triplet: 70, 4F and 17. RGB value is (112,79,23). Sum of RGB (Red+Green+Blue) = 112+79+23=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #704F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F17 is #8FB0E8. Grayscale: #525252. Windows color (decimal): -9416937 or 1527664. OLE color: 1527664.

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

Color convert

RGB 112 79 23 -
CMYK 0 0.29 0.79 0.56
HSL 37.75º 0.66% 0.26% -
HSV(B) 37.75º 0.79% 0.44% -
XYZ 9.63 9.1 2.06 -
YUV 82.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 112 79 23 0 0.29 0.79 0.56 37.75 0.66 0.26
Hex 70 4F 17 0 1D 4F 38 26 42 1A
Octal 160 117 27 0 35 117 70 46 102 32
Binary 1110000 1001111 10111 0 11101 1001111 111000 100110 1000010 11010

Color Harmonies of #704F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F17

Black with #704F17

Text Example


Text Example

White with #704F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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