Html Css Color HEX #705311 Raw Umber

📋 copy color: '#705311'

red 112 ◦ green 83 ◦ blue 17

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

Shades of Raw Umber #705311

Tints of Raw Umber #705311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 52.83%
G = 39.15%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#705311 (or 0x705311) is known color: Raw Umber. HEX triplet: 70, 53 and 11. RGB value is (112,83,17). Sum of RGB (Red+Green+Blue) = 112+83+17=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705311 is #8FACEE. Grayscale: #545454. Windows color (decimal): -9415919 or 1135472. OLE color: 1135472.

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

Color convert

RGB 112 83 17 -
CMYK 0 0.26 0.85 0.56
HSL 41.68º 0.74% 0.25% -
HSV(B) 41.68º 0.85% 0.44% -
XYZ 9.88 9.67 1.88 -
YUV 84.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 112 83 17 0 0.26 0.85 0.56 41.68 0.74 0.25
Hex 70 53 11 0 1A 55 38 2A 4A 19
Octal 160 123 21 0 32 125 70 52 112 31
Binary 1110000 1010011 10001 0 11010 1010101 111000 101010 1001010 11001

Color Harmonies of #705311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705311

Black with #705311

Text Example


Text Example

White with #705311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705311; }

 p { color: rgb(112,83,17); }

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

background-color css

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

 a { background-color: rgb(112,83,17); }

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

border-color css

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

 span { border-color: rgb(112,83,17); }

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