Html Css Color HEX #815C57 Pharlap

📋 copy color: '#815C57'

red 129 ◦ green 92 ◦ blue 87

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

Shades of Pharlap #815C57

Tints of Pharlap #815C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

 BLUE value IS 87 (34.38% from 255) = 28.25%

R = 41.88%
G = 29.87%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#815C57 (or 0x815C57) is known color: Pharlap. HEX triplet: 81, 5C and 57. RGB value is (129,92,87). Sum of RGB (Red+Green+Blue) = 129+92+87=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #815C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C57 is #7EA3A8. Grayscale: #666666. Windows color (decimal): -8299433 or 5725313. OLE color: 5725313.

HSL color Cylindrical-coordinate representation of color #815C57: hue angle of 7.14º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815C57 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 92 87 -
CMYK 0 0.29 0.33 0.49
HSL 7.14º 0.19% 0.42% -
HSV(B) 7.14º 0.33% 0.51% -
XYZ 14.6 13.01 10.76 -
YUV 102.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 129 92 87 0 0.29 0.33 0.49 7.14 0.19 0.42
Hex 81 5C 57 0 1D 21 31 7 13 2A
Octal 201 134 127 0 35 41 61 7 23 52
Binary 10000001 1011100 1010111 0 11101 100001 110001 111 10011 101010

Color Harmonies of #815C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815C57

Black with #815C57

Text Example


Text Example

White with #815C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,92,87); }

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

background-color css

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

 a { background-color: rgb(129,92,87); }

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

border-color css

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

 span { border-color: rgb(129,92,87); }

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