Html Css Color HEX #70500C Raw Umber

📋 copy color: '#70500C'

red 112 ◦ green 80 ◦ blue 12

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

Shades of Raw Umber #70500C

Tints of Raw Umber #70500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

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

R = 54.9%
G = 39.22%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70500C (or 0x70500C) is known color: Raw Umber. HEX triplet: 70, 50 and 0C. RGB value is (112,80,12). Sum of RGB (Red+Green+Blue) = 112+80+12=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70500C is #8FAFF3. Grayscale: #525252. Windows color (decimal): -9416692 or 807024. OLE color: 807024.

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

Color convert

RGB 112 80 12 -
CMYK 0 0.29 0.89 0.56
HSL 40.8º 0.81% 0.24% -
HSV(B) 40.8º 0.89% 0.44% -
XYZ 9.62 9.21 1.62 -
YUV 81.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 112 80 12 0 0.29 0.89 0.56 40.8 0.81 0.24
Hex 70 50 C 0 1D 59 38 29 51 18
Octal 160 120 14 0 35 131 70 51 121 30
Binary 1110000 1010000 1100 0 11101 1011001 111000 101001 1010001 11000

Color Harmonies of #70500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70500C

Black with #70500C

Text Example


Text Example

White with #70500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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