Html Css Color HEX #70480C Raw Umber

📋 copy color: '#70480C'

red 112 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #70480C

Tints of Raw Umber #70480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 57.14%
G = 36.73%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70480C (or 0x70480C) is known color: Raw Umber. HEX triplet: 70, 48 and 0C. RGB value is (112,72,12). Sum of RGB (Red+Green+Blue) = 112+72+12=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70480C is #8FB7F3. Grayscale: #4D4D4D. Windows color (decimal): -9418740 or 804976. OLE color: 804976.

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

Color convert

RGB 112 72 12 -
CMYK 0 0.36 0.89 0.56
HSL 36º 0.81% 0.24% -
HSV(B) 36º 0.89% 0.44% -
XYZ 9.07 8.11 1.43 -
YUV 77.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 112 72 12 0 0.36 0.89 0.56 36 0.81 0.24
Hex 70 48 C 0 24 59 38 24 51 18
Octal 160 110 14 0 44 131 70 44 121 30
Binary 1110000 1001000 1100 0 100100 1011001 111000 100100 1010001 11000

Color Harmonies of #70480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70480C

Black with #70480C

Text Example


Text Example

White with #70480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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