Html Css Color HEX #815D58 Pharlap

📋 copy color: '#815D58'

red 129 ◦ green 93 ◦ blue 88

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

Shades of Pharlap #815D58

Tints of Pharlap #815D58

RGB

 RED value IS 129 (50.78% from 255) = 41.61%

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 41.61%
G = 30%
B = 28.39%

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

#815D58 (or 0x815D58) is known color: Pharlap. HEX triplet: 81, 5D and 58. RGB value is (129,93,88). Sum of RGB (Red+Green+Blue) = 129+93+88=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #815D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D58 is #7EA2A7. Grayscale: #676767. Windows color (decimal): -8299176 or 5791105. OLE color: 5791105.

HSL color Cylindrical-coordinate representation of color #815D58: hue angle of 7.32º 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 #815D58 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 93 88 -
CMYK 0 0.28 0.32 0.49
HSL 7.32º 0.19% 0.43% -
HSV(B) 7.32º 0.32% 0.51% -
XYZ 14.73 13.2 11 -
YUV 103.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 129 93 88 0 0.28 0.32 0.49 7.32 0.19 0.43
Hex 81 5D 58 0 1C 20 31 7 13 2B
Octal 201 135 130 0 34 40 61 7 23 53
Binary 10000001 1011101 1011000 0 11100 100000 110001 111 10011 101011

Color Harmonies of #815D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D58

Black with #815D58

Text Example


Text Example

White with #815D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815D58; }

 p { color: rgb(129,93,88); }

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

background-color css

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

 a { background-color: rgb(129,93,88); }

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

border-color css

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

 span { border-color: rgb(129,93,88); }

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