Html Css Color HEX #70440E Raw Umber

📋 copy color: '#70440E'

red 112 ◦ green 68 ◦ blue 14

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

Shades of Raw Umber #70440E

Tints of Raw Umber #70440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

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

R = 57.73%
G = 35.05%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70440E (or 0x70440E) is known color: Raw Umber. HEX triplet: 70, 44 and 0E. RGB value is (112,68,14). Sum of RGB (Red+Green+Blue) = 112+68+14=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440E is #8FBBF1. Grayscale: #4B4B4B. Windows color (decimal): -9419762 or 935024. OLE color: 935024.

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

Color convert

RGB 112 68 14 -
CMYK 0 0.39 0.88 0.56
HSL 33.06º 0.78% 0.25% -
HSV(B) 33.06º 0.88% 0.44% -
XYZ 8.83 7.61 1.42 -
YUV 75 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 112 68 14 0 0.39 0.88 0.56 33.06 0.78 0.25
Hex 70 44 E 0 27 58 38 21 4E 19
Octal 160 104 16 0 47 130 70 41 116 31
Binary 1110000 1000100 1110 0 100111 1011000 111000 100001 1001110 11001

Color Harmonies of #70440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70440E

Black with #70440E

Text Example


Text Example

White with #70440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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