Html Css Color HEX #705419 Raw Umber

📋 copy color: '#705419'

red 112 ◦ green 84 ◦ blue 25

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

Shades of Raw Umber #705419

Tints of Raw Umber #705419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 50.68%
G = 38.01%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#705419 (or 0x705419) is known color: Raw Umber. HEX triplet: 70, 54 and 19. RGB value is (112,84,25). Sum of RGB (Red+Green+Blue) = 112+84+25=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705419 is #8FABE6. Grayscale: #555555. Windows color (decimal): -9415655 or 1660016. OLE color: 1660016.

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

Color convert

RGB 112 84 25 -
CMYK 0 0.25 0.78 0.56
HSL 40.69º 0.64% 0.27% -
HSV(B) 40.69º 0.78% 0.44% -
XYZ 10.03 9.86 2.29 -
YUV 85.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 112 84 25 0 0.25 0.78 0.56 40.69 0.64 0.27
Hex 70 54 19 0 19 4E 38 29 40 1B
Octal 160 124 31 0 31 116 70 51 100 33
Binary 1110000 1010100 11001 0 11001 1001110 111000 101001 1000000 11011

Color Harmonies of #705419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705419

Black with #705419

Text Example


Text Example

White with #705419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705419; }

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

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

background-color css

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

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

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

border-color css

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

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

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