Html Css Color HEX #715B12 Raw Umber

📋 copy color: '#715B12'

red 113 ◦ green 91 ◦ blue 18

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

Shades of Raw Umber #715B12

Tints of Raw Umber #715B12

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

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

R = 50.9%
G = 40.99%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#715B12 (or 0x715B12) is known color: Raw Umber. HEX triplet: 71, 5B and 12. RGB value is (113,91,18). Sum of RGB (Red+Green+Blue) = 113+91+18=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #715B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B12 is #8EA4ED. Grayscale: #595959. Windows color (decimal): -9348334 or 1203057. OLE color: 1203057.

HSL color Cylindrical-coordinate representation of color #715B12: hue angle of 46.11º 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 #715B12 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 91 18 -
CMYK 0 0.19 0.84 0.56
HSL 46.11º 0.73% 0.26% -
HSV(B) 46.11º 0.84% 0.44% -
XYZ 10.66 11.04 2.14 -
YUV 89.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 113 91 18 0 0.19 0.84 0.56 46.11 0.73 0.26
Hex 71 5B 12 0 13 54 38 2E 49 1A
Octal 161 133 22 0 23 124 70 56 111 32
Binary 1110001 1011011 10010 0 10011 1010100 111000 101110 1001001 11010

Color Harmonies of #715B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B12

Black with #715B12

Text Example


Text Example

White with #715B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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