#715311

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

Shades of Raw Umber #715311

Tints of Raw Umber #715311

Color information

#715311 (or 0x715311) is unknown color: approx Raw Umber. HEX triplet: 71, 53 and 11. RGB value is (113,83,17). Sum of RGB (Red+Green+Blue) = 113+83+17=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #715311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715311 is #8EACEE. Grayscale: #545454. Windows color (decimal): -9350383 or 1135473. OLE color: 1135473.

HSL color Cylindrical-coordinate representation of color #715311: hue angle of 41.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #715311 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1138317-
CMYK00.270.850.56
HSL41.25º73.85%25.49%-
HSV(B)41.25º84.96%44.31%-
XYZ109.741.88-
YUV84.4589.94148.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=53.05%
G=38.97%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113831700.270.850.5641.2573.8525.49
Hex71531101B5538294a19
Octal16112321033125705111231
Binary11100011010011100010110111010101111000101001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715311; }

 p { color: rgb(113,83,17); }

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

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

 a { background-color: rgb(113,83,17); }

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

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

 span { border-color: rgb(113,83,17); }

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