Html Css Color HEX #895136 Paarl

📋 copy color: '#895136'

red 137 ◦ green 81 ◦ blue 54

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

Shades of Paarl #895136

Tints of Paarl #895136

RGB

 RED value IS 137 (53.91% from 255) = 50.37%

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 50.37%
G = 29.78%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#895136 (or 0x895136) is known color: Paarl. HEX triplet: 89, 51 and 36. RGB value is (137,81,54). Sum of RGB (Red+Green+Blue) = 137+81+54=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #895136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895136 is #76AEC9. Grayscale: #5E5E5E. Windows color (decimal): -7777994 or 3559817. OLE color: 3559817.

HSL color Cylindrical-coordinate representation of color #895136: hue angle of 19.52º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895136 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 81 54 -
CMYK 0 0.41 0.61 0.46
HSL 19.52º 0.43% 0.37% -
HSV(B) 19.52º 0.61% 0.54% -
XYZ 13.92 11.47 4.97 -
YUV 94.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 137 81 54 0 0.41 0.61 0.46 19.52 0.43 0.37
Hex 89 51 36 0 29 3D 2E 14 2B 25
Octal 211 121 66 0 51 75 56 24 53 45
Binary 10001001 1010001 110110 0 101001 111101 101110 10100 101011 100101

Color Harmonies of #895136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895136

Black with #895136

Text Example


Text Example

White with #895136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895136; }

 p { color: rgb(137,81,54); }

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

background-color css

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

 a { background-color: rgb(137,81,54); }

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

border-color css

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

 span { border-color: rgb(137,81,54); }

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