Html Css Color HEX #715113 Raw Umber

📋 copy color: '#715113'

red 113 ◦ green 81 ◦ blue 19

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

Shades of Raw Umber #715113

Tints of Raw Umber #715113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 53.05%
G = 38.03%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#715113 (or 0x715113) is known color: Raw Umber. HEX triplet: 71, 51 and 13. RGB value is (113,81,19). Sum of RGB (Red+Green+Blue) = 113+81+19=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #715113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715113 is #8EAEEC. Grayscale: #535353. Windows color (decimal): -9350893 or 1266033. OLE color: 1266033.

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

Color convert

RGB 113 81 19 -
CMYK 0 0.28 0.83 0.56
HSL 39.57º 0.71% 0.26% -
HSV(B) 39.57º 0.83% 0.44% -
XYZ 9.87 9.44 1.92 -
YUV 83.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 113 81 19 0 0.28 0.83 0.56 39.57 0.71 0.26
Hex 71 51 13 0 1C 53 38 28 47 1A
Octal 161 121 23 0 34 123 70 50 107 32
Binary 1110001 1010001 10011 0 11100 1010011 111000 101000 1000111 11010

Color Harmonies of #715113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715113

Black with #715113

Text Example


Text Example

White with #715113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715113; }

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

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

background-color css

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

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

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

border-color css

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

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

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