Html Css Color HEX #70460B Raw Umber

📋 copy color: '#70460B'

red 112 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #70460B

Tints of Raw Umber #70460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 58.03%
G = 36.27%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70460B (or 0x70460B) is known color: Raw Umber. HEX triplet: 70, 46 and 0B. RGB value is (112,70,11). Sum of RGB (Red+Green+Blue) = 112+70+11=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70460B is #8FB9F4. Grayscale: #4C4C4C. Windows color (decimal): -9419253 or 738928. OLE color: 738928.

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

Color convert

RGB 112 70 11 -
CMYK 0 0.38 0.90 0.56
HSL 35.05º 0.82% 0.24% -
HSV(B) 35.05º 0.9% 0.44% -
XYZ 8.93 7.85 1.36 -
YUV 75.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 112 70 11 0 0.38 0.90 0.56 35.05 0.82 0.24
Hex 70 46 B 0 26 5A 38 23 52 18
Octal 160 106 13 0 46 132 70 43 122 30
Binary 1110000 1000110 1011 0 100110 1011010 111000 100011 1010010 11000

Color Harmonies of #70460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70460B

Black with #70460B

Text Example


Text Example

White with #70460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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