Html Css Color HEX #704811 Raw Umber

📋 copy color: '#704811'

red 112 ◦ green 72 ◦ blue 17

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

Shades of Raw Umber #704811

Tints of Raw Umber #704811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

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

R = 55.72%
G = 35.82%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#704811 (or 0x704811) is known color: Raw Umber. HEX triplet: 70, 48 and 11. RGB value is (112,72,17). Sum of RGB (Red+Green+Blue) = 112+72+17=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704811 is #8FB7EE. Grayscale: #4D4D4D. Windows color (decimal): -9418735 or 1132656. OLE color: 1132656.

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

Color convert

RGB 112 72 17 -
CMYK 0 0.36 0.85 0.56
HSL 34.74º 0.74% 0.25% -
HSV(B) 34.74º 0.85% 0.44% -
XYZ 9.1 8.12 1.62 -
YUV 77.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 112 72 17 0 0.36 0.85 0.56 34.74 0.74 0.25
Hex 70 48 11 0 24 55 38 23 4A 19
Octal 160 110 21 0 44 125 70 43 112 31
Binary 1110000 1001000 10001 0 100100 1010101 111000 100011 1001010 11001

Color Harmonies of #704811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704811

Black with #704811

Text Example


Text Example

White with #704811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704811; }

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

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

background-color css

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

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

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

border-color css

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

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

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