Html Css Color HEX #705015 Raw Umber

📋 copy color: '#705015'

red 112 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #705015

Tints of Raw Umber #705015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 52.58%
G = 37.56%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#705015 (or 0x705015) is known color: Raw Umber. HEX triplet: 70, 50 and 15. RGB value is (112,80,21). Sum of RGB (Red+Green+Blue) = 112+80+21=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #705015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705015 is #8FAFEA. Grayscale: #535353. Windows color (decimal): -9416683 or 1396848. OLE color: 1396848.

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

Color convert

RGB 112 80 21 -
CMYK 0 0.29 0.81 0.56
HSL 38.9º 0.68% 0.26% -
HSV(B) 38.9º 0.81% 0.44% -
XYZ 9.69 9.24 1.98 -
YUV 82.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 112 80 21 0 0.29 0.81 0.56 38.9 0.68 0.26
Hex 70 50 15 0 1D 51 38 27 44 1A
Octal 160 120 25 0 35 121 70 47 104 32
Binary 1110000 1010000 10101 0 11101 1010001 111000 100111 1000100 11010

Color Harmonies of #705015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705015

Black with #705015

Text Example


Text Example

White with #705015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705015; }

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

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

background-color css

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

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

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

border-color css

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

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

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