Html Css Color HEX #895132 Paarl

📋 copy color: '#895132'

red 137 ◦ green 81 ◦ blue 50

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

Shades of Paarl #895132

Tints of Paarl #895132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.66%

R = 51.12%
G = 30.22%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895132 (or 0x895132) is known color: Paarl. HEX triplet: 89, 51 and 32. RGB value is (137,81,50). Sum of RGB (Red+Green+Blue) = 137+81+50=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #895132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895132 is #76AECD. Grayscale: #5E5E5E. Windows color (decimal): -7777998 or 3297673. OLE color: 3297673.

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

Color convert

RGB 137 81 50 -
CMYK 0 0.41 0.64 0.46
HSL 21.38º 0.47% 0.37% -
HSV(B) 21.38º 0.64% 0.54% -
XYZ 13.83 11.43 4.5 -
YUV 94.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 137 81 50 0 0.41 0.64 0.46 21.38 0.47 0.37
Hex 89 51 32 0 29 40 2E 15 2F 25
Octal 211 121 62 0 51 100 56 25 57 45
Binary 10001001 1010001 110010 0 101001 1000000 101110 10101 101111 100101

Color Harmonies of #895132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895132

Black with #895132

Text Example


Text Example

White with #895132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895132; }

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

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

background-color css

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

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

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

border-color css

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

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

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