Html Css Color HEX #826360 Pharlap

📋 copy color: '#826360'

red 130 ◦ green 99 ◦ blue 96

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

Shades of Pharlap #826360

Tints of Pharlap #826360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 40%
G = 30.46%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#826360 (or 0x826360) is known color: Pharlap. HEX triplet: 82, 63 and 60. RGB value is (130,99,96). Sum of RGB (Red+Green+Blue) = 130+99+96=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #826360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826360 is #7D9C9F. Grayscale: #6B6B6B. Windows color (decimal): -8232096 or 6316930. OLE color: 6316930.

HSL color Cylindrical-coordinate representation of color #826360: hue angle of 5.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826360 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 99 96 -
CMYK 0 0.24 0.26 0.49
HSL 5.29º 0.15% 0.44% -
HSV(B) 5.29º 0.26% 0.51% -
XYZ 15.78 14.51 13.04 -
YUV 107.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 130 99 96 0 0.24 0.26 0.49 5.29 0.15 0.44
Hex 82 63 60 0 18 1A 31 5 F 2C
Octal 202 143 140 0 30 32 61 5 17 54
Binary 10000010 1100011 1100000 0 11000 11010 110001 101 1111 101100

Color Harmonies of #826360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826360

Black with #826360

Text Example


Text Example

White with #826360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826360; }

 p { color: rgb(130,99,96); }

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

background-color css

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

 a { background-color: rgb(130,99,96); }

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

border-color css

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

 span { border-color: rgb(130,99,96); }

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