#715A01

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

Shades of Raw Umber #715A01

Tints of Raw Umber #715A01

Color information

#715A01 (or 0x715A01) is unknown color: approx Raw Umber. HEX triplet: 71, 5A and 01. RGB value is (113,90,1). Sum of RGB (Red+Green+Blue) = 113+90+1=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #715A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715A01 is #8EA5FE. Grayscale: #575757. Windows color (decimal): -9348607 or 88689. OLE color: 88689.

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

Color convert

RGB113901-
CMYK00.200.990.56
HSL47.68º98.25%22.35%-
HSV(B)47.68º99.12%44.31%-
XYZ10.4710.831.57-
YUV86.7379.62146.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=55.39%
G=44.12%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11390100.200.990.5647.6898.2522.35
Hex715A10146338306216
Octal1611321024143706014226
Binary1110001101101010101001100011111000110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715A01; }

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

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

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

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

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

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

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

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