Html Css Color HEX #705819 Raw Umber

📋 copy color: '#705819'

red 112 ◦ green 88 ◦ blue 25

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

Shades of Raw Umber #705819

Tints of Raw Umber #705819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 49.78%
G = 39.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705819 (or 0x705819) is known color: Raw Umber. HEX triplet: 70, 58 and 19. RGB value is (112,88,25). Sum of RGB (Red+Green+Blue) = 112+88+25=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #705819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705819 is #8FA7E6. Grayscale: #585858. Windows color (decimal): -9414631 or 1661040. OLE color: 1661040.

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

Color convert

RGB 112 88 25 -
CMYK 0 0.21 0.78 0.56
HSL 43.45º 0.64% 0.27% -
HSV(B) 43.45º 0.78% 0.44% -
XYZ 10.35 10.49 2.4 -
YUV 87.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 112 88 25 0 0.21 0.78 0.56 43.45 0.64 0.27
Hex 70 58 19 0 15 4E 38 2B 40 1B
Octal 160 130 31 0 25 116 70 53 100 33
Binary 1110000 1011000 11001 0 10101 1001110 111000 101011 1000000 11011

Color Harmonies of #705819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705819

Black with #705819

Text Example


Text Example

White with #705819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705819; }

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

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

background-color css

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

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

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

border-color css

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

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

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