Html Css Color HEX #70460C Raw Umber

📋 copy color: '#70460C'

red 112 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #70460C

Tints of Raw Umber #70460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 57.73%
G = 36.08%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70460C (or 0x70460C) is known color: Raw Umber. HEX triplet: 70, 46 and 0C. RGB value is (112,70,12). Sum of RGB (Red+Green+Blue) = 112+70+12=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70460C is #8FB9F3. Grayscale: #4C4C4C. Windows color (decimal): -9419252 or 804464. OLE color: 804464.

HSL color Cylindrical-coordinate representation of color #70460C: hue angle of 34.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70460C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 12 -
CMYK 0 0.38 0.89 0.56
HSL 34.8º 0.81% 0.24% -
HSV(B) 34.8º 0.89% 0.44% -
XYZ 8.94 7.85 1.39 -
YUV 75.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 112 70 12 0 0.38 0.89 0.56 34.8 0.81 0.24
Hex 70 46 C 0 26 59 38 23 51 18
Octal 160 106 14 0 46 131 70 43 121 30
Binary 1110000 1000110 1100 0 100110 1011001 111000 100011 1010001 11000

Color Harmonies of #70460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70460C

Black with #70460C

Text Example


Text Example

White with #70460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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