Html Css Color HEX #704515 Raw Umber

📋 copy color: '#704515'

red 112 ◦ green 69 ◦ blue 21

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

Shades of Raw Umber #704515

Tints of Raw Umber #704515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

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

R = 55.45%
G = 34.16%
B = 10.4%

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

#704515 (or 0x704515) is known color: Raw Umber. HEX triplet: 70, 45 and 15. RGB value is (112,69,21). Sum of RGB (Red+Green+Blue) = 112+69+21=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704515 is #8FBAEA. Grayscale: #4C4C4C. Windows color (decimal): -9419499 or 1394032. OLE color: 1394032.

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

Color convert

RGB 112 69 21 -
CMYK 0 0.38 0.81 0.56
HSL 31.65º 0.68% 0.26% -
HSV(B) 31.65º 0.81% 0.44% -
XYZ 8.95 7.76 1.73 -
YUV 76.39 96.75 153.4 -
System Red Green Blue C M Y K H S L
Decimal 112 69 21 0 0.38 0.81 0.56 31.65 0.68 0.26
Hex 70 45 15 0 26 51 38 20 44 1A
Octal 160 105 25 0 46 121 70 40 104 32
Binary 1110000 1000101 10101 0 100110 1010001 111000 100000 1000100 11010

Color Harmonies of #704515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704515

Black with #704515

Text Example


Text Example

White with #704515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704515; }

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

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

background-color css

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

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

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

border-color css

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

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

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