Html Css Color HEX #70390B Raw Umber

📋 copy color: '#70390B'

red 112 ◦ green 57 ◦ blue 11

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

Shades of Raw Umber #70390B

Tints of Raw Umber #70390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

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

R = 62.22%
G = 31.67%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70390B (or 0x70390B) is known color: Raw Umber. HEX triplet: 70, 39 and 0B. RGB value is (112,57,11). Sum of RGB (Red+Green+Blue) = 112+57+11=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70390B is #8FC6F4. Grayscale: #444444. Windows color (decimal): -9422581 or 735600. OLE color: 735600.

HSL color Cylindrical-coordinate representation of color #70390B: hue angle of 27.33º 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 #70390B is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 11 -
CMYK 0 0.49 0.90 0.56
HSL 27.33º 0.82% 0.24% -
HSV(B) 27.33º 0.9% 0.44% -
XYZ 8.21 6.4 1.12 -
YUV 68.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 112 57 11 0 0.49 0.90 0.56 27.33 0.82 0.24
Hex 70 39 B 0 31 5A 38 1B 52 18
Octal 160 71 13 0 61 132 70 33 122 30
Binary 1110000 111001 1011 0 110001 1011010 111000 11011 1010010 11000

Color Harmonies of #70390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70390B

Black with #70390B

Text Example


Text Example

White with #70390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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