Html Css Color HEX #714F00 Raw Umber

📋 copy color: '#714F00'

red 113 ◦ green 79 ◦ blue 0

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

Shades of Raw Umber #714F00

Tints of Raw Umber #714F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.85%
G = 41.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#714F00 (or 0x714F00) is known color: Raw Umber. HEX triplet: 71, 4F and 00. RGB value is (113,79,0). Sum of RGB (Red+Green+Blue) = 113+79+0=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #714F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F00 is #8EB0FF. Grayscale: #505050. Windows color (decimal): -9351424 or 20337. OLE color: 20337.

HSL color Cylindrical-coordinate representation of color #714F00: hue angle of 41.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #714F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 79 0 -
CMYK 0 0.30 1 0.56
HSL 41.95º 1% 0.22% -
HSV(B) 41.95º 1% 0.44% -
XYZ 9.61 9.1 1.25 -
YUV 80.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 113 79 0 0 0.30 1 0.56 41.95 1 0.22
Hex 71 4F 0 0 1E 64 38 2A 64 16
Octal 161 117 0 0 36 144 70 52 144 26
Binary 1110001 1001111 0 0 11110 1100100 111000 101010 1100100 10110

Color Harmonies of #714F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F00

Black with #714F00

Text Example


Text Example

White with #714F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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