Html Css Color HEX #83817F Schooner

📋 copy color: '#83817F'

red 131 ◦ green 129 ◦ blue 127

#83817F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schooner #83817F

Tints of Schooner #83817F

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 value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83817F (or 0x83817F) is known color: 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

RGB 131 129 127 -
CMYK 0 0.02 0.03 0.49
HSL 30º 0.02% 0.51% -
HSV(B) 30º 0.03% 0.51% -
XYZ 21.04 22.06 23.23 -
YUV 129.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 131 129 127 0 0.02 0.03 0.49 30 0.02 0.51
Hex 83 81 7F 0 2 3 31 1E 2 33
Octal 203 201 177 0 2 3 61 36 2 63
Binary 10000011 10000001 1111111 0 10 11 110001 11110 10 110011

Color Harmonies of #83817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83817F

Black with #83817F

Text Example


Text Example

White with #83817F

Text Example


Text Example

HTML Codes & Css Web 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>