Html Css Color HEX #836562 Pharlap

📋 copy color: '#836562'

red 131 ◦ green 101 ◦ blue 98

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

Shades of Pharlap #836562

Tints of Pharlap #836562

RGB

 RED value IS 131 (51.56% from 255) = 39.7%

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 39.7%
G = 30.61%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#836562 (or 0x836562) is known color: Pharlap. HEX triplet: 83, 65 and 62. RGB value is (131,101,98). Sum of RGB (Red+Green+Blue) = 131+101+98=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836562 is #7C9A9D. Grayscale: #6D6D6D. Windows color (decimal): -8166046 or 6448515. OLE color: 6448515.

HSL color Cylindrical-coordinate representation of color #836562: hue angle of 5.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #836562 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 101 98 -
CMYK 0 0.23 0.25 0.49
HSL 5.45º 0.14% 0.45% -
HSV(B) 5.45º 0.25% 0.51% -
XYZ 16.22 15.01 13.6 -
YUV 109.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 131 101 98 0 0.23 0.25 0.49 5.45 0.14 0.45
Hex 83 65 62 0 17 19 31 5 E 2D
Octal 203 145 142 0 27 31 61 5 16 55
Binary 10000011 1100101 1100010 0 10111 11001 110001 101 1110 101101

Color Harmonies of #836562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836562

Black with #836562

Text Example


Text Example

White with #836562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836562; }

 p { color: rgb(131,101,98); }

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

background-color css

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

 a { background-color: rgb(131,101,98); }

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

border-color css

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

 span { border-color: rgb(131,101,98); }

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