#867250

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

Shades of Shadow #867250

Tints of Shadow #867250

Color information

#867250 (or 0x867250) is unknown color: approx Shadow. HEX triplet: 86, 72 and 50. RGB value is (134,114,80). Sum of RGB (Red+Green+Blue) = 134+114+80=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #867250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867250 is #798DAF. Grayscale: #747474. Windows color (decimal): -7966128 or 5272198. OLE color: 5272198.

HSL color Cylindrical-coordinate representation of color #867250: hue angle of 37.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867250 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13411480-
CMYK00.150.400.47
HSL37.78º25.23%41.96%-
HSV(B)37.78º40.3%52.55%-
XYZ17.317.6810.09-
YUV116.1107.63140.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=40.85%
G=34.76%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341148000.150.400.4737.7825.2341.96
Hex8672500F282F26192a
Octal2061621200175057463152
Binary10000110111001010100000111110100010111110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867250; }

 p { color: rgb(134,114,80); }

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

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

 a { background-color: rgb(134,114,80); }

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

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

 span { border-color: rgb(134,114,80); }

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