Html Css Color HEX #705512 Raw Umber

📋 copy color: '#705512'

red 112 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #705512

Tints of Raw Umber #705512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 52.09%
G = 39.53%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#705512 (or 0x705512) is known color: Raw Umber. HEX triplet: 70, 55 and 12. RGB value is (112,85,18). Sum of RGB (Red+Green+Blue) = 112+85+18=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705512 is #8FAAED. Grayscale: #555555. Windows color (decimal): -9415406 or 1201520. OLE color: 1201520.

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

Color convert

RGB 112 85 18 -
CMYK 0 0.24 0.84 0.56
HSL 42.77º 0.72% 0.25% -
HSV(B) 42.77º 0.84% 0.44% -
XYZ 10.04 9.99 1.97 -
YUV 85.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 112 85 18 0 0.24 0.84 0.56 42.77 0.72 0.25
Hex 70 55 12 0 18 54 38 2B 48 19
Octal 160 125 22 0 30 124 70 53 110 31
Binary 1110000 1010101 10010 0 11000 1010100 111000 101011 1001000 11001

Color Harmonies of #705512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705512

Black with #705512

Text Example


Text Example

White with #705512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705512; }

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

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

background-color css

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

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

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

border-color css

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

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

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