Html Css Color HEX #894F31 Paarl

📋 copy color: '#894F31'

red 137 ◦ green 79 ◦ blue 49

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

Shades of Paarl #894F31

Tints of Paarl #894F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 51.7%
G = 29.81%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894F31 (or 0x894F31) is known color: Paarl. HEX triplet: 89, 4F and 31. RGB value is (137,79,49). Sum of RGB (Red+Green+Blue) = 137+79+49=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #894F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F31 is #76B0CE. Grayscale: #5D5D5D. Windows color (decimal): -7778511 or 3231625. OLE color: 3231625.

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

Color convert

RGB 137 79 49 -
CMYK 0 0.42 0.64 0.46
HSL 20.45º 0.47% 0.36% -
HSV(B) 20.45º 0.64% 0.54% -
XYZ 13.67 11.13 4.33 -
YUV 92.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 137 79 49 0 0.42 0.64 0.46 20.45 0.47 0.36
Hex 89 4F 31 0 2A 40 2E 14 2F 24
Octal 211 117 61 0 52 100 56 24 57 44
Binary 10001001 1001111 110001 0 101010 1000000 101110 10100 101111 100100

Color Harmonies of #894F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F31

Black with #894F31

Text Example


Text Example

White with #894F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894F31; }

 p { color: rgb(137,79,49); }

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

background-color css

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

 a { background-color: rgb(137,79,49); }

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

border-color css

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

 span { border-color: rgb(137,79,49); }

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