#83817F

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

Shades of Schooner #83817F

Tints of Schooner #83817F

Color information

#83817F (or 0x83817F) is unknown color: approx Schooner. HEX triplet: 83, 81 and 7F. RGB value is (131,129,127). Sum of RGB (Red+Green+Blue) = 131+129+127=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 131 - color contains mainly: red. Hex color #83817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83817F is #7C7E80. Grayscale: #818181. Windows color (decimal): -8158849 or 8356227. OLE color: 8356227.

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

Color convert

RGB131129127-
CMYK00.020.030.49
HSL30º1.59%50.59%-
HSV(B)30º3.05%51.37%-
XYZ21.0422.0623.23-
YUV129.37126.66129.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 32.82%
R=33.85%
G=33.33%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112912700.020.030.49301.5950.59
Hex83817F023311e233
Octal2032011770236136263
Binary10000011100000011111111010111100011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83817F; }

 p { color: rgb(131,129,127); }

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

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

 a { background-color: rgb(131,129,127); }

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

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

 span { border-color: rgb(131,129,127); }

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