Html Css Color HEX #705019 Raw Umber

📋 copy color: '#705019'

red 112 ◦ green 80 ◦ blue 25

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

Shades of Raw Umber #705019

Tints of Raw Umber #705019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 51.61%
G = 36.87%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705019 (or 0x705019) is known color: Raw Umber. HEX triplet: 70, 50 and 19. RGB value is (112,80,25). Sum of RGB (Red+Green+Blue) = 112+80+25=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705019 is #8FAFE6. Grayscale: #535353. Windows color (decimal): -9416679 or 1658992. OLE color: 1658992.

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

Color convert

RGB 112 80 25 -
CMYK 0 0.29 0.78 0.56
HSL 37.93º 0.64% 0.27% -
HSV(B) 37.93º 0.78% 0.44% -
XYZ 9.73 9.25 2.19 -
YUV 83.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 112 80 25 0 0.29 0.78 0.56 37.93 0.64 0.27
Hex 70 50 19 0 1D 4E 38 26 40 1B
Octal 160 120 31 0 35 116 70 46 100 33
Binary 1110000 1010000 11001 0 11101 1001110 111000 100110 1000000 11011

Color Harmonies of #705019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705019

Black with #705019

Text Example


Text Example

White with #705019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705019; }

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

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

background-color css

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

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

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

border-color css

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

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

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