Html Css Color HEX #704F15 Raw Umber

📋 copy color: '#704F15'

red 112 ◦ green 79 ◦ blue 21

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

Shades of Raw Umber #704F15

Tints of Raw Umber #704F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.91%

R = 52.83%
G = 37.26%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704F15 (or 0x704F15) is known color: Raw Umber. HEX triplet: 70, 4F and 15. RGB value is (112,79,21). Sum of RGB (Red+Green+Blue) = 112+79+21=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #704F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704F15 is #8FB0EA. Grayscale: #525252. Windows color (decimal): -9416939 or 1396592. OLE color: 1396592.

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

Color convert

RGB 112 79 21 -
CMYK 0 0.29 0.81 0.56
HSL 38.24º 0.68% 0.26% -
HSV(B) 38.24º 0.81% 0.44% -
XYZ 9.61 9.09 1.96 -
YUV 82.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 112 79 21 0 0.29 0.81 0.56 38.24 0.68 0.26
Hex 70 4F 15 0 1D 51 38 26 44 1A
Octal 160 117 25 0 35 121 70 46 104 32
Binary 1110000 1001111 10101 0 11101 1010001 111000 100110 1000100 11010

Color Harmonies of #704F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F15

Black with #704F15

Text Example


Text Example

White with #704F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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