#887062

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

Shades of Beaver #887062

Tints of Beaver #887062

Color information

#887062 (or 0x887062) is unknown color: approx Beaver. HEX triplet: 88, 70 and 62. RGB value is (136,112,98). Sum of RGB (Red+Green+Blue) = 136+112+98=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #887062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887062 is #778F9D. Grayscale: #757575. Windows color (decimal): -7835550 or 6451336. OLE color: 6451336.

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

Color convert

RGB13611298-
CMYK00.180.280.47
HSL22.11º16.24%45.88%-
HSV(B)22.11º27.94%53.33%-
XYZ18.1517.714.02-
YUV117.58116.95141.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=39.31%
G=32.37%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361129800.180.280.4722.1116.2445.88
Hex8870620121C2F16102e
Octal2101601420223457262056
Binary1000100011100001100010010010111001011111011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887062; }

 p { color: rgb(136,112,98); }

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

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

 a { background-color: rgb(136,112,98); }

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

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

 span { border-color: rgb(136,112,98); }

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