Html Css Color HEX #704512 Raw Umber

📋 copy color: '#704512'

red 112 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #704512

Tints of Raw Umber #704512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 56.28%
G = 34.67%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#704512 (or 0x704512) is known color: Raw Umber. HEX triplet: 70, 45 and 12. RGB value is (112,69,18). Sum of RGB (Red+Green+Blue) = 112+69+18=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704512 is #8FBAED. Grayscale: #4C4C4C. Windows color (decimal): -9419502 or 1197424. OLE color: 1197424.

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

Color convert

RGB 112 69 18 -
CMYK 0 0.38 0.84 0.56
HSL 32.55º 0.72% 0.25% -
HSV(B) 32.55º 0.84% 0.44% -
XYZ 8.92 7.74 1.6 -
YUV 76.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 112 69 18 0 0.38 0.84 0.56 32.55 0.72 0.25
Hex 70 45 12 0 26 54 38 21 48 19
Octal 160 105 22 0 46 124 70 41 110 31
Binary 1110000 1000101 10010 0 100110 1010100 111000 100001 1001000 11001

Color Harmonies of #704512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704512

Black with #704512

Text Example


Text Example

White with #704512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704512; }

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

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

background-color css

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

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

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

border-color css

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

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

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