Html Css Color HEX #714904 Raw Umber

📋 copy color: '#714904'

red 113 ◦ green 73 ◦ blue 4

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

Shades of Raw Umber #714904

Tints of Raw Umber #714904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.11%

R = 59.47%
G = 38.42%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714904 (or 0x714904) is known color: Raw Umber. HEX triplet: 71, 49 and 04. RGB value is (113,73,4). Sum of RGB (Red+Green+Blue) = 113+73+4=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #714904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714904 is #8EB6FB. Grayscale: #4D4D4D. Windows color (decimal): -9352956 or 280945. OLE color: 280945.

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

Color convert

RGB 113 73 4 -
CMYK 0 0.35 0.96 0.56
HSL 37.98º 0.93% 0.23% -
HSV(B) 37.98º 0.96% 0.44% -
XYZ 9.21 8.28 1.23 -
YUV 77.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 113 73 4 0 0.35 0.96 0.56 37.98 0.93 0.23
Hex 71 49 4 0 23 60 38 26 5D 17
Octal 161 111 4 0 43 140 70 46 135 27
Binary 1110001 1001001 100 0 100011 1100000 111000 100110 1011101 10111

Color Harmonies of #714904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714904

Black with #714904

Text Example


Text Example

White with #714904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714904; }

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

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

background-color css

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

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

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

border-color css

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

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

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