#714E00

Color #714E00 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #714E00

Tints of Raw Umber #714E00

Color information

#714E00 (or 0x714E00) is unknown color: approx Raw Umber. HEX triplet: 71, 4E and 00. RGB value is (113,78,0). Sum of RGB (Red+Green+Blue) = 113+78+0=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #714E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714E00 is #8EB1FF. Grayscale: #4F4F4F. Windows color (decimal): -9351680 or 20081. OLE color: 20081.

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

Color convert

RGB113780-
CMYK00.3110.56
HSL41.42º100%22.16%-
HSV(B)41.42º100%44.31%-
XYZ9.538.961.23-
YUV79.5783.1151.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.16%
G=40.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11378000.3110.5641.4210022.16
Hex714E001F6438296416
Octal1611160037144705114426
Binary1110001100111000111111100100111000101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #714E00;
 }
 .AnyTagClassName
 {
   color: #714E00;
 }
</style>
background-color css

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

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

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

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

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

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