Html Css Color HEX #704311 Raw Umber

📋 copy color: '#704311'

red 112 ◦ green 67 ◦ blue 17

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

Shades of Raw Umber #704311

Tints of Raw Umber #704311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 57.14%
G = 34.18%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704311 (or 0x704311) is known color: Raw Umber. HEX triplet: 70, 43 and 11. RGB value is (112,67,17). Sum of RGB (Red+Green+Blue) = 112+67+17=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #704311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704311 is #8FBCEE. Grayscale: #4B4B4B. Windows color (decimal): -9420015 or 1131376. OLE color: 1131376.

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

Color convert

RGB 112 67 17 -
CMYK 0 0.40 0.85 0.56
HSL 31.58º 0.74% 0.25% -
HSV(B) 31.58º 0.85% 0.44% -
XYZ 8.79 7.5 1.51 -
YUV 74.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 112 67 17 0 0.40 0.85 0.56 31.58 0.74 0.25
Hex 70 43 11 0 28 55 38 20 4A 19
Octal 160 103 21 0 50 125 70 40 112 31
Binary 1110000 1000011 10001 0 101000 1010101 111000 100000 1001010 11001

Color Harmonies of #704311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704311

Black with #704311

Text Example


Text Example

White with #704311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704311; }

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

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

background-color css

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

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

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

border-color css

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

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

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