Html Css Color HEX #714908 Raw Umber

📋 copy color: '#714908'

red 113 ◦ green 73 ◦ blue 8

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

Shades of Raw Umber #714908

Tints of Raw Umber #714908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.12%

R = 58.25%
G = 37.63%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#714908 (or 0x714908) is known color: Raw Umber. HEX triplet: 71, 49 and 08. RGB value is (113,73,8). Sum of RGB (Red+Green+Blue) = 113+73+8=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #714908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714908 is #8EB6F7. Grayscale: #4D4D4D. Windows color (decimal): -9352952 or 543089. OLE color: 543089.

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

Color convert

RGB 113 73 8 -
CMYK 0 0.35 0.93 0.56
HSL 37.14º 0.87% 0.24% -
HSV(B) 37.14º 0.93% 0.44% -
XYZ 9.24 8.29 1.34 -
YUV 77.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 113 73 8 0 0.35 0.93 0.56 37.14 0.87 0.24
Hex 71 49 8 0 23 5D 38 25 57 18
Octal 161 111 10 0 43 135 70 45 127 30
Binary 1110001 1001001 1000 0 100011 1011101 111000 100101 1010111 11000

Color Harmonies of #714908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714908

Black with #714908

Text Example


Text Example

White with #714908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714908; }

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

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

background-color css

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

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

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

border-color css

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

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

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