Html Css Color HEX #705316 Raw Umber

📋 copy color: '#705316'

red 112 ◦ green 83 ◦ blue 22

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

Shades of Raw Umber #705316

Tints of Raw Umber #705316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 51.61%
G = 38.25%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#705316 (or 0x705316) is known color: Raw Umber. HEX triplet: 70, 53 and 16. RGB value is (112,83,22). Sum of RGB (Red+Green+Blue) = 112+83+22=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #705316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705316 is #8FACE9. Grayscale: #545454. Windows color (decimal): -9415914 or 1463152. OLE color: 1463152.

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

Color convert

RGB 112 83 22 -
CMYK 0 0.26 0.80 0.56
HSL 40.67º 0.67% 0.26% -
HSV(B) 40.67º 0.8% 0.44% -
XYZ 9.92 9.69 2.11 -
YUV 84.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 112 83 22 0 0.26 0.80 0.56 40.67 0.67 0.26
Hex 70 53 16 0 1A 50 38 29 43 1A
Octal 160 123 26 0 32 120 70 51 103 32
Binary 1110000 1010011 10110 0 11010 1010000 111000 101001 1000011 11010

Color Harmonies of #705316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705316

Black with #705316

Text Example


Text Example

White with #705316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705316; }

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

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

background-color css

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

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

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

border-color css

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

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

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