Html Css Color HEX #70520C Raw Umber

📋 copy color: '#70520C'

red 112 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #70520C

Tints of Raw Umber #70520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

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

R = 54.37%
G = 39.81%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70520C (or 0x70520C) is known color: Raw Umber. HEX triplet: 70, 52 and 0C. RGB value is (112,82,12). Sum of RGB (Red+Green+Blue) = 112+82+12=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70520C is #8FADF3. Grayscale: #535353. Windows color (decimal): -9416180 or 807536. OLE color: 807536.

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

Color convert

RGB 112 82 12 -
CMYK 0 0.27 0.89 0.56
HSL 42º 0.81% 0.24% -
HSV(B) 42º 0.89% 0.44% -
XYZ 9.77 9.51 1.67 -
YUV 82.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 112 82 12 0 0.27 0.89 0.56 42 0.81 0.24
Hex 70 52 C 0 1B 59 38 2A 51 18
Octal 160 122 14 0 33 131 70 52 121 30
Binary 1110000 1010010 1100 0 11011 1011001 111000 101010 1010001 11000

Color Harmonies of #70520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70520C

Black with #70520C

Text Example


Text Example

White with #70520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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