Html Css Color HEX #825E58 Pharlap

📋 copy color: '#825E58'

red 130 ◦ green 94 ◦ blue 88

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

Shades of Pharlap #825E58

Tints of Pharlap #825E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 41.67%
G = 30.13%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#825E58 (or 0x825E58) is known color: Pharlap. HEX triplet: 82, 5E and 58. RGB value is (130,94,88). Sum of RGB (Red+Green+Blue) = 130+94+88=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E58 is #7DA1A7. Grayscale: #686868. Windows color (decimal): -8233384 or 5791362. OLE color: 5791362.

HSL color Cylindrical-coordinate representation of color #825E58: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825E58 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 94 88 -
CMYK 0 0.28 0.32 0.49
HSL 8.57º 0.19% 0.43% -
HSV(B) 8.57º 0.32% 0.51% -
XYZ 14.97 13.46 11.04 -
YUV 104.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 130 94 88 0 0.28 0.32 0.49 8.57 0.19 0.43
Hex 82 5E 58 0 1C 20 31 9 13 2B
Octal 202 136 130 0 34 40 61 11 23 53
Binary 10000010 1011110 1011000 0 11100 100000 110001 1001 10011 101011

Color Harmonies of #825E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E58

Black with #825E58

Text Example


Text Example

White with #825E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,94,88); }

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

background-color css

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

 a { background-color: rgb(130,94,88); }

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

border-color css

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

 span { border-color: rgb(130,94,88); }

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