Html Css Color HEX #70560E Raw Umber

📋 copy color: '#70560E'

red 112 ◦ green 86 ◦ blue 14

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

Shades of Raw Umber #70560E

Tints of Raw Umber #70560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

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

R = 52.83%
G = 40.57%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70560E (or 0x70560E) is known color: Raw Umber. HEX triplet: 70, 56 and 0E. RGB value is (112,86,14). Sum of RGB (Red+Green+Blue) = 112+86+14=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70560E is #8FA9F1. Grayscale: #555555. Windows color (decimal): -9415154 or 939632. OLE color: 939632.

HSL color Cylindrical-coordinate representation of color #70560E: hue angle of 44.08º 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 #70560E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 14 -
CMYK 0 0.23 0.88 0.56
HSL 44.08º 0.78% 0.25% -
HSV(B) 44.08º 0.88% 0.44% -
XYZ 10.09 10.13 1.84 -
YUV 85.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 112 86 14 0 0.23 0.88 0.56 44.08 0.78 0.25
Hex 70 56 E 0 17 58 38 2C 4E 19
Octal 160 126 16 0 27 130 70 54 116 31
Binary 1110000 1010110 1110 0 10111 1011000 111000 101100 1001110 11001

Color Harmonies of #70560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70560E

Black with #70560E

Text Example


Text Example

White with #70560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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