Html Css Color HEX #704615 Raw Umber

📋 copy color: '#704615'

red 112 ◦ green 70 ◦ blue 21

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

Shades of Raw Umber #704615

Tints of Raw Umber #704615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 55.17%
G = 34.48%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704615 (or 0x704615) is known color: Raw Umber. HEX triplet: 70, 46 and 15. RGB value is (112,70,21). Sum of RGB (Red+Green+Blue) = 112+70+21=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704615 is #8FB9EA. Grayscale: #4D4D4D. Windows color (decimal): -9419243 or 1394288. OLE color: 1394288.

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

Color convert

RGB 112 70 21 -
CMYK 0 0.38 0.81 0.56
HSL 32.31º 0.68% 0.26% -
HSV(B) 32.31º 0.81% 0.44% -
XYZ 9.01 7.88 1.76 -
YUV 76.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 112 70 21 0 0.38 0.81 0.56 32.31 0.68 0.26
Hex 70 46 15 0 26 51 38 20 44 1A
Octal 160 106 25 0 46 121 70 40 104 32
Binary 1110000 1000110 10101 0 100110 1010001 111000 100000 1000100 11010

Color Harmonies of #704615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704615

Black with #704615

Text Example


Text Example

White with #704615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704615; }

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

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

background-color css

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

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

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

border-color css

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

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

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