#848382

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

Shades of Schooner #848382

Tints of Schooner #848382

Color information

#848382 (or 0x848382) is unknown color: approx Schooner. HEX triplet: 84, 83 and 82. RGB value is (132,131,130). Sum of RGB (Red+Green+Blue) = 132+131+130=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 132 - color contains mainly: red. Hex color #848382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848382 is #7B7C7D. Grayscale: #838383. Windows color (decimal): -8092798 or 8553348. OLE color: 8553348.

HSL color Cylindrical-coordinate representation of color #848382: hue angle of 30º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #848382 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB132131130-
CMYK00.010.020.48
HSL30º0.81%51.37%-
HSV(B)30º1.52%51.76%-
XYZ21.6622.7524.37-
YUV131.18127.33128.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=33.59%
G=33.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213113000.010.020.48300.8151.37
Hex848382012301e133
Octal2042032020126036163
Binary1000010010000011100000100110110000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848382; }

 p { color: rgb(132,131,130); }

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

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

 a { background-color: rgb(132,131,130); }

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

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

 span { border-color: rgb(132,131,130); }

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