Html Css Color HEX #704411 Raw Umber

📋 copy color: '#704411'

red 112 ◦ green 68 ◦ blue 17

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

Shades of Raw Umber #704411

Tints of Raw Umber #704411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 56.85%
G = 34.52%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704411 (or 0x704411) is known color: Raw Umber. HEX triplet: 70, 44 and 11. RGB value is (112,68,17). Sum of RGB (Red+Green+Blue) = 112+68+17=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #704411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704411 is #8FBBEE. Grayscale: #4B4B4B. Windows color (decimal): -9419759 or 1131632. OLE color: 1131632.

HSL color Cylindrical-coordinate representation of color #704411: hue angle of 32.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #704411 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 17 -
CMYK 0 0.39 0.85 0.56
HSL 32.21º 0.74% 0.25% -
HSV(B) 32.21º 0.85% 0.44% -
XYZ 8.85 7.62 1.53 -
YUV 75.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 112 68 17 0 0.39 0.85 0.56 32.21 0.74 0.25
Hex 70 44 11 0 27 55 38 20 4A 19
Octal 160 104 21 0 47 125 70 40 112 31
Binary 1110000 1000100 10001 0 100111 1010101 111000 100000 1001010 11001

Color Harmonies of #704411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704411

Black with #704411

Text Example


Text Example

White with #704411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704411; }

 p { color: rgb(112,68,17); }

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

background-color css

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

 a { background-color: rgb(112,68,17); }

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

border-color css

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

 span { border-color: rgb(112,68,17); }

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