Html Css Color HEX #894931 Paarl

📋 copy color: '#894931'

red 137 ◦ green 73 ◦ blue 49

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

Shades of Paarl #894931

Tints of Paarl #894931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.19%

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

R = 52.9%
G = 28.19%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894931 (or 0x894931) is known color: Paarl. HEX triplet: 89, 49 and 31. RGB value is (137,73,49). Sum of RGB (Red+Green+Blue) = 137+73+49=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894931 is #76B6CE. Grayscale: #595959. Windows color (decimal): -7780047 or 3230089. OLE color: 3230089.

HSL color Cylindrical-coordinate representation of color #894931: hue angle of 16.36º 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 #894931 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 49 -
CMYK 0 0.47 0.64 0.46
HSL 16.36º 0.47% 0.36% -
HSV(B) 16.36º 0.64% 0.54% -
XYZ 13.25 10.31 4.2 -
YUV 89.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 137 73 49 0 0.47 0.64 0.46 16.36 0.47 0.36
Hex 89 49 31 0 2F 40 2E 10 2F 24
Octal 211 111 61 0 57 100 56 20 57 44
Binary 10001001 1001001 110001 0 101111 1000000 101110 10000 101111 100100

Color Harmonies of #894931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894931

Black with #894931

Text Example


Text Example

White with #894931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894931; }

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

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

background-color css

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

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

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

border-color css

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

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

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