#715416

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

Shades of Raw Umber #715416

Tints of Raw Umber #715416

Color information

#715416 (or 0x715416) is unknown color: approx Raw Umber. HEX triplet: 71, 54 and 16. RGB value is (113,84,22). Sum of RGB (Red+Green+Blue) = 113+84+22=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #715416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715416 is #8EABE9. Grayscale: #555555. Windows color (decimal): -9350122 or 1463409. OLE color: 1463409.

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

Color convert

RGB1138422-
CMYK00.260.810.56
HSL40.88º67.41%26.47%-
HSV(B)40.88º80.53%44.31%-
XYZ10.139.912.14-
YUV85.692.11147.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=51.60%
G=38.36%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113842200.260.810.5640.8867.4126.47
Hex71541601A513829431a
Octal16112426032121705110332
Binary11100011010100101100110101010001111000101001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715416; }

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

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

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

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

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

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

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

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