Html Css Color HEX #704E15 Raw Umber

📋 copy color: '#704E15'

red 112 ◦ green 78 ◦ blue 21

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

Shades of Raw Umber #704E15

Tints of Raw Umber #704E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.97%

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

R = 53.08%
G = 36.97%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704E15 (or 0x704E15) is known color: Raw Umber. HEX triplet: 70, 4E and 15. RGB value is (112,78,21). Sum of RGB (Red+Green+Blue) = 112+78+21=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E15 is #8FB1EA. Grayscale: #515151. Windows color (decimal): -9417195 or 1396336. OLE color: 1396336.

HSL color Cylindrical-coordinate representation of color #704E15: hue angle of 37.58º 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 #704E15 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 21 -
CMYK 0 0.30 0.81 0.56
HSL 37.58º 0.68% 0.26% -
HSV(B) 37.58º 0.81% 0.44% -
XYZ 9.54 8.95 1.93 -
YUV 81.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 112 78 21 0 0.30 0.81 0.56 37.58 0.68 0.26
Hex 70 4E 15 0 1E 51 38 26 44 1A
Octal 160 116 25 0 36 121 70 46 104 32
Binary 1110000 1001110 10101 0 11110 1010001 111000 100110 1000100 11010

Color Harmonies of #704E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E15

Black with #704E15

Text Example


Text Example

White with #704E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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