Html Css Color HEX #70511E Raw Umber

📋 copy color: '#70511E'

red 112 ◦ green 81 ◦ blue 30

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

Shades of Raw Umber #70511E

Tints of Raw Umber #70511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 50.22%
G = 36.32%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70511E (or 0x70511E) is known color: Raw Umber. HEX triplet: 70, 51 and 1E. RGB value is (112,81,30). Sum of RGB (Red+Green+Blue) = 112+81+30=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70511E is #8FAEE1. Grayscale: #545454. Windows color (decimal): -9416418 or 1986928. OLE color: 1986928.

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

Color convert

RGB 112 81 30 -
CMYK 0 0.28 0.73 0.56
HSL 37.32º 0.58% 0.28% -
HSV(B) 37.32º 0.73% 0.44% -
XYZ 9.86 9.42 2.53 -
YUV 84.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 112 81 30 0 0.28 0.73 0.56 37.32 0.58 0.28
Hex 70 51 1E 0 1C 49 38 25 3A 1C
Octal 160 121 36 0 34 111 70 45 72 34
Binary 1110000 1010001 11110 0 11100 1001001 111000 100101 111010 11100

Color Harmonies of #70511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70511E

Black with #70511E

Text Example


Text Example

White with #70511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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