Html Css Color HEX #85635F Pharlap

📋 copy color: '#85635F'

red 133 ◦ green 99 ◦ blue 95

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

Shades of Pharlap #85635F

Tints of Pharlap #85635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 40.67%
G = 30.28%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85635F (or 0x85635F) is known color: Pharlap. HEX triplet: 85, 63 and 5F. RGB value is (133,99,95). Sum of RGB (Red+Green+Blue) = 133+99+95=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85635F is #7A9CA0. Grayscale: #6C6C6C. Windows color (decimal): -8035489 or 6251397. OLE color: 6251397.

HSL color Cylindrical-coordinate representation of color #85635F: hue angle of 6.32º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85635F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 95 -
CMYK 0 0.26 0.29 0.48
HSL 6.32º 0.17% 0.45% -
HSV(B) 6.32º 0.29% 0.52% -
XYZ 16.2 14.74 12.82 -
YUV 108.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 133 99 95 0 0.26 0.29 0.48 6.32 0.17 0.45
Hex 85 63 5F 0 1A 1D 30 6 11 2D
Octal 205 143 137 0 32 35 60 6 21 55
Binary 10000101 1100011 1011111 0 11010 11101 110000 110 10001 101101

Color Harmonies of #85635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85635F

Black with #85635F

Text Example


Text Example

White with #85635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85635F; }

 p { color: rgb(133,99,95); }

 H1.HeaderClassName
 {
   color: #85635F;
 }
 .AnyTagClassName
 {
   color: #85635F;
 }
</style>

background-color css

<style>
 a { background-color: #85635F; }

 a { background-color: rgb(133,99,95); }

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

border-color css

<style>
 span { border-color: #85635F; }

 span { border-color: rgb(133,99,95); }

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