Html Css Color HEX #705314 Raw Umber

📋 copy color: '#705314'

red 112 ◦ green 83 ◦ blue 20

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

Shades of Raw Umber #705314

Tints of Raw Umber #705314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 52.09%
G = 38.6%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#705314 (or 0x705314) is known color: Raw Umber. HEX triplet: 70, 53 and 14. RGB value is (112,83,20). Sum of RGB (Red+Green+Blue) = 112+83+20=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #705314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705314 is #8FACEB. Grayscale: #545454. Windows color (decimal): -9415916 or 1332080. OLE color: 1332080.

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

Color convert

RGB 112 83 20 -
CMYK 0 0.26 0.82 0.56
HSL 41.09º 0.7% 0.26% -
HSV(B) 41.09º 0.82% 0.44% -
XYZ 9.9 9.68 2.01 -
YUV 84.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 112 83 20 0 0.26 0.82 0.56 41.09 0.7 0.26
Hex 70 53 14 0 1A 52 38 29 46 1A
Octal 160 123 24 0 32 122 70 51 106 32
Binary 1110000 1010011 10100 0 11010 1010010 111000 101001 1000110 11010

Color Harmonies of #705314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705314

Black with #705314

Text Example


Text Example

White with #705314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705314; }

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

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

background-color css

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

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

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

border-color css

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

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

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