Html Css Color HEX #714919 Raw Umber

📋 copy color: '#714919'

red 113 ◦ green 73 ◦ blue 25

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

Shades of Raw Umber #714919

Tints of Raw Umber #714919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 53.55%
G = 34.6%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#714919 (or 0x714919) is known color: Raw Umber. HEX triplet: 71, 49 and 19. RGB value is (113,73,25). Sum of RGB (Red+Green+Blue) = 113+73+25=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #714919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714919 is #8EB6E6. Grayscale: #4F4F4F. Windows color (decimal): -9352935 or 1657201. OLE color: 1657201.

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

Color convert

RGB 113 73 25 -
CMYK 0 0.35 0.78 0.56
HSL 32.73º 0.64% 0.27% -
HSV(B) 32.73º 0.78% 0.44% -
XYZ 9.37 8.35 2.04 -
YUV 79.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 113 73 25 0 0.35 0.78 0.56 32.73 0.64 0.27
Hex 71 49 19 0 23 4E 38 21 40 1B
Octal 161 111 31 0 43 116 70 41 100 33
Binary 1110001 1001001 11001 0 100011 1001110 111000 100001 1000000 11011

Color Harmonies of #714919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714919

Black with #714919

Text Example


Text Example

White with #714919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714919; }

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

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

background-color css

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

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

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

border-color css

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

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

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