Html Css Color HEX #70440D Raw Umber

📋 copy color: '#70440D'

red 112 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #70440D

Tints of Raw Umber #70440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 58.03%
G = 35.23%
B = 6.74%

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

#70440D (or 0x70440D) is known color: Raw Umber. HEX triplet: 70, 44 and 0D. RGB value is (112,68,13). Sum of RGB (Red+Green+Blue) = 112+68+13=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440D is #8FBBF2. Grayscale: #4B4B4B. Windows color (decimal): -9419763 or 869488. OLE color: 869488.

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

Color convert

RGB 112 68 13 -
CMYK 0 0.39 0.88 0.56
HSL 33.33º 0.79% 0.25% -
HSV(B) 33.33º 0.88% 0.44% -
XYZ 8.82 7.61 1.38 -
YUV 74.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 112 68 13 0 0.39 0.88 0.56 33.33 0.79 0.25
Hex 70 44 D 0 27 58 38 21 4F 19
Octal 160 104 15 0 47 130 70 41 117 31
Binary 1110000 1000100 1101 0 100111 1011000 111000 100001 1001111 11001

Color Harmonies of #70440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70440D

Black with #70440D

Text Example


Text Example

White with #70440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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