Html Css Color HEX #825B56 Pharlap

📋 copy color: '#825B56'

red 130 ◦ green 91 ◦ blue 86

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

Shades of Pharlap #825B56

Tints of Pharlap #825B56

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 86 (33.98% from 255) = 28.01%

R = 42.35%
G = 29.64%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#825B56 (or 0x825B56) is known color: Pharlap. HEX triplet: 82, 5B and 56. RGB value is (130,91,86). Sum of RGB (Red+Green+Blue) = 130+91+86=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #825B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B56 is #7DA4A9. Grayscale: #666666. Windows color (decimal): -8234154 or 5659522. OLE color: 5659522.

HSL color Cylindrical-coordinate representation of color #825B56: hue angle of 6.82º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825B56 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 86 -
CMYK 0 0.30 0.34 0.49
HSL 6.82º 0.2% 0.42% -
HSV(B) 6.82º 0.34% 0.51% -
XYZ 14.63 12.9 10.52 -
YUV 102.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 130 91 86 0 0.30 0.34 0.49 6.82 0.2 0.42
Hex 82 5B 56 0 1E 22 31 7 14 2A
Octal 202 133 126 0 36 42 61 7 24 52
Binary 10000010 1011011 1010110 0 11110 100010 110001 111 10100 101010

Color Harmonies of #825B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B56

Black with #825B56

Text Example


Text Example

White with #825B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B56; }

 p { color: rgb(130,91,86); }

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

background-color css

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

 a { background-color: rgb(130,91,86); }

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

border-color css

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

 span { border-color: rgb(130,91,86); }

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