Html Css Color HEX #70590C Raw Umber

📋 copy color: '#70590C'

red 112 ◦ green 89 ◦ blue 12

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

Shades of Raw Umber #70590C

Tints of Raw Umber #70590C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 52.58%
G = 41.78%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70590C (or 0x70590C) is known color: Raw Umber. HEX triplet: 70, 59 and 0C. RGB value is (112,89,12). Sum of RGB (Red+Green+Blue) = 112+89+12=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70590C is #8FA6F3. Grayscale: #575757. Windows color (decimal): -9414388 or 809328. OLE color: 809328.

HSL color Cylindrical-coordinate representation of color #70590C: hue angle of 46.2º 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 #70590C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 12 -
CMYK 0 0.21 0.89 0.56
HSL 46.2º 0.81% 0.24% -
HSV(B) 46.2º 0.89% 0.44% -
XYZ 10.32 10.62 1.85 -
YUV 87.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 112 89 12 0 0.21 0.89 0.56 46.2 0.81 0.24
Hex 70 59 C 0 15 59 38 2E 51 18
Octal 160 131 14 0 25 131 70 56 121 30
Binary 1110000 1011001 1100 0 10101 1011001 111000 101110 1010001 11000

Color Harmonies of #70590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70590C

Black with #70590C

Text Example


Text Example

White with #70590C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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