Html Css Color HEX #714917 Raw Umber

📋 copy color: '#714917'

red 113 ◦ green 73 ◦ blue 23

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

Shades of Raw Umber #714917

Tints of Raw Umber #714917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11%

R = 54.07%
G = 34.93%
B = 11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#714917 (or 0x714917) is known color: Raw Umber. HEX triplet: 71, 49 and 17. RGB value is (113,73,23). Sum of RGB (Red+Green+Blue) = 113+73+23=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #714917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714917 is #8EB6E8. Grayscale: #4F4F4F. Windows color (decimal): -9352937 or 1526129. OLE color: 1526129.

HSL color Cylindrical-coordinate representation of color #714917: hue angle of 33.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #714917 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 23 -
CMYK 0 0.35 0.80 0.56
HSL 33.33º 0.66% 0.27% -
HSV(B) 33.33º 0.8% 0.44% -
XYZ 9.35 8.34 1.93 -
YUV 79.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 113 73 23 0 0.35 0.80 0.56 33.33 0.66 0.27
Hex 71 49 17 0 23 50 38 21 42 1B
Octal 161 111 27 0 43 120 70 41 102 33
Binary 1110001 1001001 10111 0 100011 1010000 111000 100001 1000010 11011

Color Harmonies of #714917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714917

Black with #714917

Text Example


Text Example

White with #714917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714917; }

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

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

background-color css

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

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

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

border-color css

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

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

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