Html Css Color HEX #825B57 Pharlap

📋 copy color: '#825B57'

red 130 ◦ green 91 ◦ blue 87

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

Shades of Pharlap #825B57

Tints of Pharlap #825B57

RGB

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

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

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

R = 42.21%
G = 29.55%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#825B57 (or 0x825B57) is known color: Pharlap. HEX triplet: 82, 5B and 57. RGB value is (130,91,87). Sum of RGB (Red+Green+Blue) = 130+91+87=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #825B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B57 is #7DA4A8. Grayscale: #666666. Windows color (decimal): -8234153 or 5725058. OLE color: 5725058.

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

Color convert

RGB 130 91 87 -
CMYK 0 0.30 0.33 0.49
HSL 5.58º 0.2% 0.43% -
HSV(B) 5.58º 0.33% 0.51% -
XYZ 14.67 12.92 10.74 -
YUV 102.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 130 91 87 0 0.30 0.33 0.49 5.58 0.2 0.43
Hex 82 5B 57 0 1E 21 31 6 14 2B
Octal 202 133 127 0 36 41 61 6 24 53
Binary 10000010 1011011 1010111 0 11110 100001 110001 110 10100 101011

Color Harmonies of #825B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B57

Black with #825B57

Text Example


Text Example

White with #825B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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