Html Css Color HEX #856462 Pharlap

📋 copy color: '#856462'

red 133 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #856462

Tints of Pharlap #856462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 98 (38.67% from 255) = 29.61%

R = 40.18%
G = 30.21%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856462 (or 0x856462) is known color: Pharlap. HEX triplet: 85, 64 and 62. RGB value is (133,100,98). Sum of RGB (Red+Green+Blue) = 133+100+98=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856462 is #7A9B9D. Grayscale: #6D6D6D. Windows color (decimal): -8035230 or 6448261. OLE color: 6448261.

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

Color convert

RGB 133 100 98 -
CMYK 0 0.25 0.26 0.48
HSL 3.43º 0.15% 0.45% -
HSV(B) 3.43º 0.26% 0.52% -
XYZ 16.43 14.98 13.58 -
YUV 109.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 133 100 98 0 0.25 0.26 0.48 3.43 0.15 0.45
Hex 85 64 62 0 19 1A 30 3 F 2D
Octal 205 144 142 0 31 32 60 3 17 55
Binary 10000101 1100100 1100010 0 11001 11010 110000 11 1111 101101

Color Harmonies of #856462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856462

Black with #856462

Text Example


Text Example

White with #856462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856462; }

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

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

background-color css

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

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

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

border-color css

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

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

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