Html Css Color HEX #85817D Schooner

📋 copy color: '#85817D'

red 133 ◦ green 129 ◦ blue 125

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

Shades of Schooner #85817D

Tints of Schooner #85817D

RGB

 RED value IS 133 (52.34% from 255) = 34.37%

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 34.37%
G = 33.33%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85817D (or 0x85817D) is known color: Schooner. HEX triplet: 85, 81 and 7D. RGB value is (133,129,125). Sum of RGB (Red+Green+Blue) = 133+129+125=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #85817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85817D is #7A7E82. Grayscale: #818181. Windows color (decimal): -8027779 or 8225157. OLE color: 8225157.

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

Color convert

RGB 133 129 125 -
CMYK 0 0.03 0.06 0.48
HSL 30º 0.03% 0.51% -
HSV(B) 30º 0.06% 0.52% -
XYZ 21.22 22.17 22.56 -
YUV 129.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 133 129 125 0 0.03 0.06 0.48 30 0.03 0.51
Hex 85 81 7D 0 3 6 30 1E 3 33
Octal 205 201 175 0 3 6 60 36 3 63
Binary 10000101 10000001 1111101 0 11 110 110000 11110 11 110011

Color Harmonies of #85817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85817D

Black with #85817D

Text Example


Text Example

White with #85817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85817D; }

 p { color: rgb(133,129,125); }

 H1.HeaderClassName
 {
   color: #85817D;
 }
 .AnyTagClassName
 {
   color: #85817D;
 }
</style>

background-color css

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

 a { background-color: rgb(133,129,125); }

 div.DivClassName
 {
   background-color: #85817D;
 }
 .BgClassName
 {
   background-color: #85817D;
 }
</style>

border-color css

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

 span { border-color: rgb(133,129,125); }

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