Html Css Color HEX #705413 Raw Umber

📋 copy color: '#705413'

red 112 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #705413

Tints of Raw Umber #705413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 52.09%
G = 39.07%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705413 (or 0x705413) is known color: Raw Umber. HEX triplet: 70, 54 and 13. RGB value is (112,84,19). Sum of RGB (Red+Green+Blue) = 112+84+19=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705413 is #8FABEC. Grayscale: #555555. Windows color (decimal): -9415661 or 1266800. OLE color: 1266800.

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

Color convert

RGB 112 84 19 -
CMYK 0 0.25 0.83 0.56
HSL 41.94º 0.71% 0.26% -
HSV(B) 41.94º 0.83% 0.44% -
XYZ 9.97 9.83 1.99 -
YUV 84.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 112 84 19 0 0.25 0.83 0.56 41.94 0.71 0.26
Hex 70 54 13 0 19 53 38 2A 47 1A
Octal 160 124 23 0 31 123 70 52 107 32
Binary 1110000 1010100 10011 0 11001 1010011 111000 101010 1000111 11010

Color Harmonies of #705413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705413

Black with #705413

Text Example


Text Example

White with #705413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705413; }

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

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

background-color css

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

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

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

border-color css

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

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

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