#715400

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

Shades of Raw Umber #715400

Tints of Raw Umber #715400

Color information

#715400 (or 0x715400) is unknown color: approx Raw Umber. HEX triplet: 71, 54 and 00. RGB value is (113,84,0). Sum of RGB (Red+Green+Blue) = 113+84+0=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #715400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715400 is #8EABFF. Grayscale: #535353. Windows color (decimal): -9350144 or 21617. OLE color: 21617.

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

Color convert

RGB113840-
CMYK00.2610.56
HSL44.6º100%22.16%-
HSV(B)44.6º100%44.31%-
XYZ9.989.851.38-
YUV83.181.11149.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.36%
G=42.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11384000.2610.5644.610022.16
Hex7154001A64382d6416
Octal1611240032144705514426
Binary1110001101010000110101100100111000101101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715400; }

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

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

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

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

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

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

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

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