Html Css Color HEX #895039 Paarl

📋 copy color: '#895039'

red 137 ◦ green 80 ◦ blue 57

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

Shades of Paarl #895039

Tints of Paarl #895039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 57 (22.66% from 255) = 20.8%

R = 50%
G = 29.2%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#895039 (or 0x895039) is known color: Paarl. HEX triplet: 89, 50 and 39. RGB value is (137,80,57). Sum of RGB (Red+Green+Blue) = 137+80+57=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #895039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895039 is #76AFC6. Grayscale: #5E5E5E. Windows color (decimal): -7778247 or 3756169. OLE color: 3756169.

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

Color convert

RGB 137 80 57 -
CMYK 0 0.42 0.58 0.46
HSL 17.25º 0.41% 0.38% -
HSV(B) 17.25º 0.58% 0.54% -
XYZ 13.92 11.35 5.33 -
YUV 94.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 137 80 57 0 0.42 0.58 0.46 17.25 0.41 0.38
Hex 89 50 39 0 2A 3A 2E 11 29 26
Octal 211 120 71 0 52 72 56 21 51 46
Binary 10001001 1010000 111001 0 101010 111010 101110 10001 101001 100110

Color Harmonies of #895039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895039

Black with #895039

Text Example


Text Example

White with #895039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895039; }

 p { color: rgb(137,80,57); }

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

background-color css

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

 a { background-color: rgb(137,80,57); }

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

border-color css

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

 span { border-color: rgb(137,80,57); }

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