#877269

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

Shades of Beaver #877269

Tints of Beaver #877269

Color information

#877269 (or 0x877269) is unknown color: approx Beaver. HEX triplet: 87, 72 and 69. RGB value is (135,114,105). Sum of RGB (Red+Green+Blue) = 135+114+105=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #877269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877269 is #788D96. Grayscale: #777777. Windows color (decimal): -7900567 or 6910599. OLE color: 6910599.

HSL color Cylindrical-coordinate representation of color #877269: hue angle of 18º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877269 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB135114105-
CMYK00.160.220.47
HSL18º12.5%47.06%-
HSV(B)18º22.22%52.94%-
XYZ18.5618.2115.9-
YUV119.25119.96139.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=38.14%
G=32.20%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511410500.160.220.471812.547.06
Hex877269010162F12d2f
Octal2071621510202657221557
Binary100001111110010110100101000010110101111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877269; }

 p { color: rgb(135,114,105); }

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

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

 a { background-color: rgb(135,114,105); }

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

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

 span { border-color: rgb(135,114,105); }

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