Html Css Color HEX #705515 Raw Umber

📋 copy color: '#705515'

red 112 ◦ green 85 ◦ blue 21

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

Shades of Raw Umber #705515

Tints of Raw Umber #705515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

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

R = 51.38%
G = 38.99%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#705515 (or 0x705515) is known color: Raw Umber. HEX triplet: 70, 55 and 15. RGB value is (112,85,21). Sum of RGB (Red+Green+Blue) = 112+85+21=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705515 is #8FAAEA. Grayscale: #565656. Windows color (decimal): -9415403 or 1398128. OLE color: 1398128.

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

Color convert

RGB 112 85 21 -
CMYK 0 0.24 0.81 0.56
HSL 42.2º 0.68% 0.26% -
HSV(B) 42.2º 0.81% 0.44% -
XYZ 10.07 10 2.11 -
YUV 85.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 112 85 21 0 0.24 0.81 0.56 42.2 0.68 0.26
Hex 70 55 15 0 18 51 38 2A 44 1A
Octal 160 125 25 0 30 121 70 52 104 32
Binary 1110000 1010101 10101 0 11000 1010001 111000 101010 1000100 11010

Color Harmonies of #705515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705515

Black with #705515

Text Example


Text Example

White with #705515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705515; }

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

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

background-color css

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

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

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

border-color css

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

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

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