#715410

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

Shades of Raw Umber #715410

Tints of Raw Umber #715410

Color information

#715410 (or 0x715410) is unknown color: approx Raw Umber. HEX triplet: 71, 54 and 10. RGB value is (113,84,16). Sum of RGB (Red+Green+Blue) = 113+84+16=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #715410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715410 is #8EABEF. Grayscale: #555555. Windows color (decimal): -9350128 or 1070193. OLE color: 1070193.

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

Color convert

RGB1138416-
CMYK00.260.860.56
HSL42.06º75.19%25.29%-
HSV(B)42.06º85.84%44.31%-
XYZ10.079.891.87-
YUV84.9289.11148.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=53.05%
G=39.44%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113841600.260.860.5642.0675.1925.29
Hex71541001A56382a4b19
Octal16112420032126705211331
Binary11100011010100100000110101010110111000101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715410; }

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

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

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

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

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

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

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

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