Html Css Color HEX #715A14 Raw Umber

📋 copy color: '#715A14'

red 113 ◦ green 90 ◦ blue 20

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

Shades of Raw Umber #715A14

Tints of Raw Umber #715A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 50.67%
G = 40.36%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#715A14 (or 0x715A14) is known color: Raw Umber. HEX triplet: 71, 5A and 14. RGB value is (113,90,20). Sum of RGB (Red+Green+Blue) = 113+90+20=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #715A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A14 is #8EA5EB. Grayscale: #595959. Windows color (decimal): -9348588 or 1333873. OLE color: 1333873.

HSL color Cylindrical-coordinate representation of color #715A14: hue angle of 45.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #715A14 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 90 20 -
CMYK 0 0.20 0.82 0.56
HSL 45.16º 0.7% 0.26% -
HSV(B) 45.16º 0.82% 0.44% -
XYZ 10.59 10.87 2.2 -
YUV 88.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 113 90 20 0 0.20 0.82 0.56 45.16 0.7 0.26
Hex 71 5A 14 0 14 52 38 2D 46 1A
Octal 161 132 24 0 24 122 70 55 106 32
Binary 1110001 1011010 10100 0 10100 1010010 111000 101101 1000110 11010

Color Harmonies of #715A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A14

Black with #715A14

Text Example


Text Example

White with #715A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,90,20); }

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

background-color css

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

 a { background-color: rgb(113,90,20); }

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

border-color css

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

 span { border-color: rgb(113,90,20); }

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