Html Css Color HEX #70440B Raw Umber

📋 copy color: '#70440B'

red 112 ◦ green 68 ◦ blue 11

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

Shades of Raw Umber #70440B

Tints of Raw Umber #70440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.76%

R = 58.64%
G = 35.6%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70440B (or 0x70440B) is known color: Raw Umber. HEX triplet: 70, 44 and 0B. RGB value is (112,68,11). Sum of RGB (Red+Green+Blue) = 112+68+11=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440B is #8FBBF4. Grayscale: #4A4A4A. Windows color (decimal): -9419765 or 738416. OLE color: 738416.

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

Color convert

RGB 112 68 11 -
CMYK 0 0.39 0.90 0.56
HSL 33.86º 0.82% 0.24% -
HSV(B) 33.86º 0.9% 0.44% -
XYZ 8.81 7.6 1.32 -
YUV 74.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 112 68 11 0 0.39 0.90 0.56 33.86 0.82 0.24
Hex 70 44 B 0 27 5A 38 22 52 18
Octal 160 104 13 0 47 132 70 42 122 30
Binary 1110000 1000100 1011 0 100111 1011010 111000 100010 1010010 11000

Color Harmonies of #70440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70440B

Black with #70440B

Text Example


Text Example

White with #70440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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