#715016

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

Shades of Raw Umber #715016

Tints of Raw Umber #715016

Color information

#715016 (or 0x715016) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 16. RGB value is (113,80,22). Sum of RGB (Red+Green+Blue) = 113+80+22=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #715016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715016 is #8EAFE9. Grayscale: #535353. Windows color (decimal): -9351146 or 1462385. OLE color: 1462385.

HSL color Cylindrical-coordinate representation of color #715016: hue angle of 38.24º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #715016 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1138022-
CMYK00.290.810.56
HSL38.24º67.41%26.47%-
HSV(B)38.24º80.53%44.31%-
XYZ9.829.312.04-
YUV83.2593.43149.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=52.56%
G=37.21%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113802200.290.810.5638.2467.4126.47
Hex71501601D513826431a
Octal16112026035121704610332
Binary11100011010000101100111011010001111000100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715016; }

 p { color: rgb(113,80,22); }

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

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

 a { background-color: rgb(113,80,22); }

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

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

 span { border-color: rgb(113,80,22); }

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