Html Css Color HEX #70511C Raw Umber

📋 copy color: '#70511C'

red 112 ◦ green 81 ◦ blue 28

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

Shades of Raw Umber #70511C

Tints of Raw Umber #70511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 28 (11.33% from 255) = 12.67%

R = 50.68%
G = 36.65%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70511C (or 0x70511C) is known color: Raw Umber. HEX triplet: 70, 51 and 1C. RGB value is (112,81,28). Sum of RGB (Red+Green+Blue) = 112+81+28=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70511C is #8FAEE3. Grayscale: #545454. Windows color (decimal): -9416420 or 1855856. OLE color: 1855856.

HSL color Cylindrical-coordinate representation of color #70511C: hue angle of 37.86º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70511C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 28 -
CMYK 0 0.28 0.75 0.56
HSL 37.86º 0.6% 0.27% -
HSV(B) 37.86º 0.75% 0.44% -
XYZ 9.83 9.41 2.4 -
YUV 84.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 112 81 28 0 0.28 0.75 0.56 37.86 0.6 0.27
Hex 70 51 1C 0 1C 4B 38 26 3C 1B
Octal 160 121 34 0 34 113 70 46 74 33
Binary 1110000 1010001 11100 0 11100 1001011 111000 100110 111100 11011

Color Harmonies of #70511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70511C

Black with #70511C

Text Example


Text Example

White with #70511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,81,28); }

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

background-color css

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

 a { background-color: rgb(112,81,28); }

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

border-color css

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

 span { border-color: rgb(112,81,28); }

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