Html Css Color HEX #705013 Raw Umber

📋 copy color: '#705013'

red 112 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #705013

Tints of Raw Umber #705013

RGB

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

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

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

R = 53.08%
G = 37.91%
B = 9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705013 (or 0x705013) is known color: Raw Umber. HEX triplet: 70, 50 and 13. RGB value is (112,80,19). Sum of RGB (Red+Green+Blue) = 112+80+19=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705013 is #8FAFEC. Grayscale: #525252. Windows color (decimal): -9416685 or 1265776. OLE color: 1265776.

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

Color convert

RGB 112 80 19 -
CMYK 0 0.29 0.83 0.56
HSL 39.35º 0.71% 0.26% -
HSV(B) 39.35º 0.83% 0.44% -
XYZ 9.67 9.23 1.89 -
YUV 82.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 112 80 19 0 0.29 0.83 0.56 39.35 0.71 0.26
Hex 70 50 13 0 1D 53 38 27 47 1A
Octal 160 120 23 0 35 123 70 47 107 32
Binary 1110000 1010000 10011 0 11101 1010011 111000 100111 1000111 11010

Color Harmonies of #705013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705013

Black with #705013

Text Example


Text Example

White with #705013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705013; }

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

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

background-color css

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

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

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

border-color css

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

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

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