Html Css Color HEX #714910 Raw Umber

📋 copy color: '#714910'

red 113 ◦ green 73 ◦ blue 16

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

Shades of Raw Umber #714910

Tints of Raw Umber #714910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

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

R = 55.94%
G = 36.14%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#714910 (or 0x714910) is known color: Raw Umber. HEX triplet: 71, 49 and 10. RGB value is (113,73,16). Sum of RGB (Red+Green+Blue) = 113+73+16=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #714910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714910 is #8EB6EF. Grayscale: #4E4E4E. Windows color (decimal): -9352944 or 1067377. OLE color: 1067377.

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

Color convert

RGB 113 73 16 -
CMYK 0 0.35 0.86 0.56
HSL 35.26º 0.75% 0.25% -
HSV(B) 35.26º 0.86% 0.44% -
XYZ 9.29 8.31 1.61 -
YUV 78.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 113 73 16 0 0.35 0.86 0.56 35.26 0.75 0.25
Hex 71 49 10 0 23 56 38 23 4B 19
Octal 161 111 20 0 43 126 70 43 113 31
Binary 1110001 1001001 10000 0 100011 1010110 111000 100011 1001011 11001

Color Harmonies of #714910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714910

Black with #714910

Text Example


Text Example

White with #714910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714910; }

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

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

background-color css

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

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

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

border-color css

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

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

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