Html Css Color HEX #705A0E Raw Umber

📋 copy color: '#705A0E'

red 112 ◦ green 90 ◦ blue 14

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

Shades of Raw Umber #705A0E

Tints of Raw Umber #705A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.67%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 51.85%
G = 41.67%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#705A0E (or 0x705A0E) is known color: Raw Umber. HEX triplet: 70, 5A and 0E. RGB value is (112,90,14). Sum of RGB (Red+Green+Blue) = 112+90+14=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A0E is #8FA5F1. Grayscale: #585858. Windows color (decimal): -9414130 or 940656. OLE color: 940656.

HSL color Cylindrical-coordinate representation of color #705A0E: hue angle of 46.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #705A0E is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 90 14 -
CMYK 0 0.20 0.88 0.56
HSL 46.53º 0.78% 0.25% -
HSV(B) 46.53º 0.88% 0.44% -
XYZ 10.42 10.79 1.95 -
YUV 87.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 112 90 14 0 0.20 0.88 0.56 46.53 0.78 0.25
Hex 70 5A E 0 14 58 38 2F 4E 19
Octal 160 132 16 0 24 130 70 57 116 31
Binary 1110000 1011010 1110 0 10100 1011000 111000 101111 1001110 11001

Color Harmonies of #705A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A0E

Black with #705A0E

Text Example


Text Example

White with #705A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A0E; }

 p { color: rgb(112,90,14); }

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

background-color css

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

 a { background-color: rgb(112,90,14); }

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

border-color css

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

 span { border-color: rgb(112,90,14); }

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