Html Css Color HEX #705119 Raw Umber

📋 copy color: '#705119'

red 112 ◦ green 81 ◦ blue 25

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

Shades of Raw Umber #705119

Tints of Raw Umber #705119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 51.38%
G = 37.16%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705119 (or 0x705119) is known color: Raw Umber. HEX triplet: 70, 51 and 19. RGB value is (112,81,25). Sum of RGB (Red+Green+Blue) = 112+81+25=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705119 is #8FAEE6. Grayscale: #545454. Windows color (decimal): -9416423 or 1659248. OLE color: 1659248.

HSL color Cylindrical-coordinate representation of color #705119: hue angle of 38.62º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #705119 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 25 -
CMYK 0 0.28 0.78 0.56
HSL 38.62º 0.64% 0.27% -
HSV(B) 38.62º 0.78% 0.44% -
XYZ 9.8 9.4 2.22 -
YUV 83.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 112 81 25 0 0.28 0.78 0.56 38.62 0.64 0.27
Hex 70 51 19 0 1C 4E 38 27 40 1B
Octal 160 121 31 0 34 116 70 47 100 33
Binary 1110000 1010001 11001 0 11100 1001110 111000 100111 1000000 11011

Color Harmonies of #705119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705119

Black with #705119

Text Example


Text Example

White with #705119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705119; }

 p { color: rgb(112,81,25); }

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

background-color css

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

 a { background-color: rgb(112,81,25); }

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

border-color css

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

 span { border-color: rgb(112,81,25); }

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