Html Css Color HEX #715914 Raw Umber

📋 copy color: '#715914'

red 113 ◦ green 89 ◦ blue 20

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

Shades of Raw Umber #715914

Tints of Raw Umber #715914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

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

R = 50.9%
G = 40.09%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#715914 (or 0x715914) is known color: Raw Umber. HEX triplet: 71, 59 and 14. RGB value is (113,89,20). Sum of RGB (Red+Green+Blue) = 113+89+20=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #715914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715914 is #8EA6EB. Grayscale: #585858. Windows color (decimal): -9348844 or 1333617. OLE color: 1333617.

HSL color Cylindrical-coordinate representation of color #715914: hue angle of 44.52º 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 #715914 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 20 -
CMYK 0 0.21 0.82 0.56
HSL 44.52º 0.7% 0.26% -
HSV(B) 44.52º 0.82% 0.44% -
XYZ 10.51 10.71 2.17 -
YUV 88.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 113 89 20 0 0.21 0.82 0.56 44.52 0.7 0.26
Hex 71 59 14 0 15 52 38 2D 46 1A
Octal 161 131 24 0 25 122 70 55 106 32
Binary 1110001 1011001 10100 0 10101 1010010 111000 101101 1000110 11010

Color Harmonies of #715914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715914

Black with #715914

Text Example


Text Example

White with #715914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715914; }

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

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

background-color css

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

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

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

border-color css

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

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

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