Html Css Color HEX #714804 Raw Umber

📋 copy color: '#714804'

red 113 ◦ green 72 ◦ blue 4

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

Shades of Raw Umber #714804

Tints of Raw Umber #714804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 59.79%
G = 38.1%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714804 (or 0x714804) is known color: Raw Umber. HEX triplet: 71, 48 and 04. RGB value is (113,72,4). Sum of RGB (Red+Green+Blue) = 113+72+4=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #714804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714804 is #8EB7FB. Grayscale: #4C4C4C. Windows color (decimal): -9353212 or 280689. OLE color: 280689.

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

Color convert

RGB 113 72 4 -
CMYK 0 0.36 0.96 0.56
HSL 37.43º 0.93% 0.23% -
HSV(B) 37.43º 0.96% 0.44% -
XYZ 9.15 8.15 1.21 -
YUV 76.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 113 72 4 0 0.36 0.96 0.56 37.43 0.93 0.23
Hex 71 48 4 0 24 60 38 25 5D 17
Octal 161 110 4 0 44 140 70 45 135 27
Binary 1110001 1001000 100 0 100100 1100000 111000 100101 1011101 10111

Color Harmonies of #714804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714804

Black with #714804

Text Example


Text Example

White with #714804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714804; }

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

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

background-color css

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

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

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

border-color css

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

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

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