#714901

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

Shades of Raw Umber #714901

Tints of Raw Umber #714901

Color information

#714901 (or 0x714901) is unknown color: approx Raw Umber. HEX triplet: 71, 49 and 01. RGB value is (113,73,1). Sum of RGB (Red+Green+Blue) = 113+73+1=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #714901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714901 is #8EB6FE. Grayscale: #4D4D4D. Windows color (decimal): -9352959 or 84337. OLE color: 84337.

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

Color convert

RGB113731-
CMYK00.350.990.56
HSL38.57º98.25%22.35%-
HSV(B)38.57º99.12%44.31%-
XYZ9.28.281.14-
YUV76.7585.25153.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=60.43%
G=39.04%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11373100.350.990.5638.5798.2522.35
Hex714910236338276216
Octal1611111043143704714226
Binary11100011001001101000111100011111000100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714901; }

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

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

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

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

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

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

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

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