Html Css Color HEX #85615C Pharlap

📋 copy color: '#85615C'

red 133 ◦ green 97 ◦ blue 92

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

Shades of Pharlap #85615C

Tints of Pharlap #85615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

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

R = 41.3%
G = 30.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85615C (or 0x85615C) is known color: Pharlap. HEX triplet: 85, 61 and 5C. RGB value is (133,97,92). Sum of RGB (Red+Green+Blue) = 133+97+92=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85615C is #7A9EA3. Grayscale: #6B6B6B. Windows color (decimal): -8036004 or 6054277. OLE color: 6054277.

HSL color Cylindrical-coordinate representation of color #85615C: hue angle of 7.32º 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 #85615C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 92 -
CMYK 0 0.27 0.31 0.48
HSL 7.32º 0.18% 0.44% -
HSV(B) 7.32º 0.31% 0.52% -
XYZ 15.88 14.31 12.05 -
YUV 107.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 133 97 92 0 0.27 0.31 0.48 7.32 0.18 0.44
Hex 85 61 5C 0 1B 1F 30 7 12 2C
Octal 205 141 134 0 33 37 60 7 22 54
Binary 10000101 1100001 1011100 0 11011 11111 110000 111 10010 101100

Color Harmonies of #85615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85615C

Black with #85615C

Text Example


Text Example

White with #85615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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