Html Css Color HEX #715D10 Raw Umber

📋 copy color: '#715D10'

red 113 ◦ green 93 ◦ blue 16

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

Shades of Raw Umber #715D10

Tints of Raw Umber #715D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.89%

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 50.9%
G = 41.89%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#715D10 (or 0x715D10) is known color: Raw Umber. HEX triplet: 71, 5D and 10. RGB value is (113,93,16). Sum of RGB (Red+Green+Blue) = 113+93+16=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #715D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D10 is #8EA2EF. Grayscale: #5A5A5A. Windows color (decimal): -9347824 or 1072497. OLE color: 1072497.

HSL color Cylindrical-coordinate representation of color #715D10: hue angle of 47.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #715D10 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 93 16 -
CMYK 0 0.18 0.86 0.56
HSL 47.63º 0.75% 0.25% -
HSV(B) 47.63º 0.86% 0.44% -
XYZ 10.82 11.38 2.12 -
YUV 90.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 113 93 16 0 0.18 0.86 0.56 47.63 0.75 0.25
Hex 71 5D 10 0 12 56 38 30 4B 19
Octal 161 135 20 0 22 126 70 60 113 31
Binary 1110001 1011101 10000 0 10010 1010110 111000 110000 1001011 11001

Color Harmonies of #715D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D10

Black with #715D10

Text Example


Text Example

White with #715D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715D10; }

 p { color: rgb(113,93,16); }

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

background-color css

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

 a { background-color: rgb(113,93,16); }

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

border-color css

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

 span { border-color: rgb(113,93,16); }

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