Html Css Color HEX #704A15 Raw Umber

📋 copy color: '#704A15'

red 112 ◦ green 74 ◦ blue 21

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

Shades of Raw Umber #704A15

Tints of Raw Umber #704A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.75%

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

R = 54.11%
G = 35.75%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704A15 (or 0x704A15) is known color: Raw Umber. HEX triplet: 70, 4A and 15. RGB value is (112,74,21). Sum of RGB (Red+Green+Blue) = 112+74+21=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #704A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A15 is #8FB5EA. Grayscale: #4F4F4F. Windows color (decimal): -9418219 or 1395312. OLE color: 1395312.

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

Color convert

RGB 112 74 21 -
CMYK 0 0.34 0.81 0.56
HSL 34.95º 0.68% 0.26% -
HSV(B) 34.95º 0.81% 0.44% -
XYZ 9.27 8.4 1.84 -
YUV 79.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 112 74 21 0 0.34 0.81 0.56 34.95 0.68 0.26
Hex 70 4A 15 0 22 51 38 23 44 1A
Octal 160 112 25 0 42 121 70 43 104 32
Binary 1110000 1001010 10101 0 100010 1010001 111000 100011 1000100 11010

Color Harmonies of #704A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A15

Black with #704A15

Text Example


Text Example

White with #704A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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