Html Css Color HEX #85625C Pharlap

📋 copy color: '#85625C'

red 133 ◦ green 98 ◦ blue 92

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

Shades of Pharlap #85625C

Tints of Pharlap #85625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 41.18%
G = 30.34%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85625C (or 0x85625C) is known color: Pharlap. HEX triplet: 85, 62 and 5C. RGB value is (133,98,92). Sum of RGB (Red+Green+Blue) = 133+98+92=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85625C is #7A9DA3. Grayscale: #6B6B6B. Windows color (decimal): -8035748 or 6054533. OLE color: 6054533.

HSL color Cylindrical-coordinate representation of color #85625C: hue angle of 8.78º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85625C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 92 -
CMYK 0 0.26 0.31 0.48
HSL 8.78º 0.18% 0.44% -
HSV(B) 8.78º 0.31% 0.52% -
XYZ 15.97 14.49 12.08 -
YUV 107.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 133 98 92 0 0.26 0.31 0.48 8.78 0.18 0.44
Hex 85 62 5C 0 1A 1F 30 9 12 2C
Octal 205 142 134 0 32 37 60 11 22 54
Binary 10000101 1100010 1011100 0 11010 11111 110000 1001 10010 101100

Color Harmonies of #85625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85625C

Black with #85625C

Text Example


Text Example

White with #85625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85625C; }

 p { color: rgb(133,98,92); }

 H1.HeaderClassName
 {
   color: #85625C;
 }
 .AnyTagClassName
 {
   color: #85625C;
 }
</style>

background-color css

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

 a { background-color: rgb(133,98,92); }

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

border-color css

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

 span { border-color: rgb(133,98,92); }

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