Html Css Color HEX #856962 Pharlap

📋 copy color: '#856962'

red 133 ◦ green 105 ◦ blue 98

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

Shades of Pharlap #856962

Tints of Pharlap #856962

RGB

 RED value IS 133 (52.34% from 255) = 39.58%

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 39.58%
G = 31.25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#856962 (or 0x856962) is known color: Pharlap. HEX triplet: 85, 69 and 62. RGB value is (133,105,98). Sum of RGB (Red+Green+Blue) = 133+105+98=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856962 is #7A969D. Grayscale: #707070. Windows color (decimal): -8033950 or 6449541. OLE color: 6449541.

HSL color Cylindrical-coordinate representation of color #856962: hue angle of 12º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856962 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 98 -
CMYK 0 0.21 0.26 0.48
HSL 12º 0.15% 0.45% -
HSV(B) 12º 0.26% 0.52% -
XYZ 16.93 15.97 13.75 -
YUV 112.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 133 105 98 0 0.21 0.26 0.48 12 0.15 0.45
Hex 85 69 62 0 15 1A 30 C F 2D
Octal 205 151 142 0 25 32 60 14 17 55
Binary 10000101 1101001 1100010 0 10101 11010 110000 1100 1111 101101

Color Harmonies of #856962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856962

Black with #856962

Text Example


Text Example

White with #856962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856962; }

 p { color: rgb(133,105,98); }

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

background-color css

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

 a { background-color: rgb(133,105,98); }

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

border-color css

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

 span { border-color: rgb(133,105,98); }

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