#714801

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

Shades of Raw Umber #714801

Tints of Raw Umber #714801

Color information

#714801 (or 0x714801) is unknown color: approx Raw Umber. HEX triplet: 71, 48 and 01. RGB value is (113,72,1). Sum of RGB (Red+Green+Blue) = 113+72+1=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #714801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714801 is #8EB7FE. Grayscale: #4C4C4C. Windows color (decimal): -9353215 or 84081. OLE color: 84081.

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

Color convert

RGB113721-
CMYK00.360.990.56
HSL38.04º98.25%22.35%-
HSV(B)38.04º99.12%44.31%-
XYZ9.138.151.12-
YUV76.1685.58154.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=60.75%
G=38.71%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11372100.360.990.5638.0498.2522.35
Hex714810246338266216
Octal1611101044143704614226
Binary11100011001000101001001100011111000100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714801; }

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

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

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

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

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

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

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

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