Html Css Color HEX #85605C Pharlap

📋 copy color: '#85605C'

red 133 ◦ green 96 ◦ blue 92

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

Shades of Pharlap #85605C

Tints of Pharlap #85605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 41.43%
G = 29.91%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85605C (or 0x85605C) is known color: Pharlap. HEX triplet: 85, 60 and 5C. RGB value is (133,96,92). Sum of RGB (Red+Green+Blue) = 133+96+92=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85605C is #7A9FA3. Grayscale: #6A6A6A. Windows color (decimal): -8036260 or 6054021. OLE color: 6054021.

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

Color convert

RGB 133 96 92 -
CMYK 0 0.28 0.31 0.48
HSL 5.85º 0.18% 0.44% -
HSV(B) 5.85º 0.31% 0.52% -
XYZ 15.79 14.13 12.02 -
YUV 106.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 133 96 92 0 0.28 0.31 0.48 5.85 0.18 0.44
Hex 85 60 5C 0 1C 1F 30 6 12 2C
Octal 205 140 134 0 34 37 60 6 22 54
Binary 10000101 1100000 1011100 0 11100 11111 110000 110 10010 101100

Color Harmonies of #85605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85605C

Black with #85605C

Text Example


Text Example

White with #85605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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