Html Css Color HEX #826561 Pharlap

📋 copy color: '#826561'

red 130 ◦ green 101 ◦ blue 97

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

Shades of Pharlap #826561

Tints of Pharlap #826561

RGB

 RED value IS 130 (51.17% from 255) = 39.63%

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

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 39.63%
G = 30.79%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826561 (or 0x826561) is known color: Pharlap. HEX triplet: 82, 65 and 61. RGB value is (130,101,97). Sum of RGB (Red+Green+Blue) = 130+101+97=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826561 is #7D9A9E. Grayscale: #6D6D6D. Windows color (decimal): -8231583 or 6382978. OLE color: 6382978.

HSL color Cylindrical-coordinate representation of color #826561: hue angle of 7.27º degrees, saturation: 0.15, 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 #826561 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 97 -
CMYK 0 0.22 0.25 0.49
HSL 7.27º 0.15% 0.45% -
HSV(B) 7.27º 0.25% 0.51% -
XYZ 16.02 14.92 13.34 -
YUV 109.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 130 101 97 0 0.22 0.25 0.49 7.27 0.15 0.45
Hex 82 65 61 0 16 19 31 7 F 2D
Octal 202 145 141 0 26 31 61 7 17 55
Binary 10000010 1100101 1100001 0 10110 11001 110001 111 1111 101101

Color Harmonies of #826561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826561

Black with #826561

Text Example


Text Example

White with #826561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826561; }

 p { color: rgb(130,101,97); }

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

background-color css

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

 a { background-color: rgb(130,101,97); }

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

border-color css

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

 span { border-color: rgb(130,101,97); }

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