Html Css Color HEX #705415 Raw Umber

📋 copy color: '#705415'

red 112 ◦ green 84 ◦ blue 21

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

Shades of Raw Umber #705415

Tints of Raw Umber #705415

RGB

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

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

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

R = 51.61%
G = 38.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#705415 (or 0x705415) is known color: Raw Umber. HEX triplet: 70, 54 and 15. RGB value is (112,84,21). Sum of RGB (Red+Green+Blue) = 112+84+21=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705415 is #8FABEA. Grayscale: #555555. Windows color (decimal): -9415659 or 1397872. OLE color: 1397872.

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

Color convert

RGB 112 84 21 -
CMYK 0 0.25 0.81 0.56
HSL 41.54º 0.68% 0.26% -
HSV(B) 41.54º 0.81% 0.44% -
XYZ 9.99 9.84 2.08 -
YUV 85.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 112 84 21 0 0.25 0.81 0.56 41.54 0.68 0.26
Hex 70 54 15 0 19 51 38 2A 44 1A
Octal 160 124 25 0 31 121 70 52 104 32
Binary 1110000 1010100 10101 0 11001 1010001 111000 101010 1000100 11010

Color Harmonies of #705415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705415

Black with #705415

Text Example


Text Example

White with #705415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705415; }

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

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

background-color css

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

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

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

border-color css

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

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

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