Html Css Color HEX #714F04 Raw Umber

📋 copy color: '#714F04'

red 113 ◦ green 79 ◦ blue 4

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

Shades of Raw Umber #714F04

Tints of Raw Umber #714F04

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.31%

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

R = 57.65%
G = 40.31%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#714F04 (or 0x714F04) is known color: Raw Umber. HEX triplet: 71, 4F and 04. RGB value is (113,79,4). Sum of RGB (Red+Green+Blue) = 113+79+4=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #714F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F04 is #8EB0FB. Grayscale: #505050. Windows color (decimal): -9351420 or 282481. OLE color: 282481.

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

Color convert

RGB 113 79 4 -
CMYK 0 0.30 0.96 0.56
HSL 41.28º 0.93% 0.23% -
HSV(B) 41.28º 0.96% 0.44% -
XYZ 9.63 9.11 1.37 -
YUV 80.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 113 79 4 0 0.30 0.96 0.56 41.28 0.93 0.23
Hex 71 4F 4 0 1E 60 38 29 5D 17
Octal 161 117 4 0 36 140 70 51 135 27
Binary 1110001 1001111 100 0 11110 1100000 111000 101001 1011101 10111

Color Harmonies of #714F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F04

Black with #714F04

Text Example


Text Example

White with #714F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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