Html Css Color HEX #70440A Raw Umber

📋 copy color: '#70440A'

red 112 ◦ green 68 ◦ blue 10

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

Shades of Raw Umber #70440A

Tints of Raw Umber #70440A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 58.95%
G = 35.79%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70440A (or 0x70440A) is known color: Raw Umber. HEX triplet: 70, 44 and 0A. RGB value is (112,68,10). Sum of RGB (Red+Green+Blue) = 112+68+10=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440A is #8FBBF5. Grayscale: #4A4A4A. Windows color (decimal): -9419766 or 672880. OLE color: 672880.

HSL color Cylindrical-coordinate representation of color #70440A: hue angle of 34.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70440A is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 10 -
CMYK 0 0.39 0.91 0.56
HSL 34.12º 0.84% 0.24% -
HSV(B) 34.12º 0.91% 0.44% -
XYZ 8.8 7.6 1.29 -
YUV 74.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 112 68 10 0 0.39 0.91 0.56 34.12 0.84 0.24
Hex 70 44 A 0 27 5B 38 22 54 18
Octal 160 104 12 0 47 133 70 42 124 30
Binary 1110000 1000100 1010 0 100111 1011011 111000 100010 1010100 11000

Color Harmonies of #70440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70440A

Black with #70440A

Text Example


Text Example

White with #70440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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