Html Css Color HEX #715112 Raw Umber

📋 copy color: '#715112'

red 113 ◦ green 81 ◦ blue 18

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

Shades of Raw Umber #715112

Tints of Raw Umber #715112

RGB

 RED value IS 113 (44.53% from 255) = 53.3%

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

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 53.3%
G = 38.21%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#715112 (or 0x715112) is known color: Raw Umber. HEX triplet: 71, 51 and 12. RGB value is (113,81,18). Sum of RGB (Red+Green+Blue) = 113+81+18=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #715112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715112 is #8EAEED. Grayscale: #535353. Windows color (decimal): -9350894 or 1200497. OLE color: 1200497.

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

Color convert

RGB 113 81 18 -
CMYK 0 0.28 0.84 0.56
HSL 39.79º 0.73% 0.26% -
HSV(B) 39.79º 0.84% 0.44% -
XYZ 9.86 9.44 1.87 -
YUV 83.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 113 81 18 0 0.28 0.84 0.56 39.79 0.73 0.26
Hex 71 51 12 0 1C 54 38 28 49 1A
Octal 161 121 22 0 34 124 70 50 111 32
Binary 1110001 1010001 10010 0 11100 1010100 111000 101000 1001001 11010

Color Harmonies of #715112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715112

Black with #715112

Text Example


Text Example

White with #715112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715112; }

 p { color: rgb(113,81,18); }

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

background-color css

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

 a { background-color: rgb(113,81,18); }

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

border-color css

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

 span { border-color: rgb(113,81,18); }

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