Html Css Color HEX #894731 Paarl

📋 copy color: '#894731'

red 137 ◦ green 71 ◦ blue 49

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

Shades of Paarl #894731

Tints of Paarl #894731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 53.31%
G = 27.63%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894731 (or 0x894731) is known color: Paarl. HEX triplet: 89, 47 and 31. RGB value is (137,71,49). Sum of RGB (Red+Green+Blue) = 137+71+49=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894731 is #76B8CE. Grayscale: #585858. Windows color (decimal): -7780559 or 3229577. OLE color: 3229577.

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

Color convert

RGB 137 71 49 -
CMYK 0 0.48 0.64 0.46
HSL 15º 0.47% 0.36% -
HSV(B) 15º 0.64% 0.54% -
XYZ 13.12 10.05 4.15 -
YUV 88.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 137 71 49 0 0.48 0.64 0.46 15 0.47 0.36
Hex 89 47 31 0 30 40 2E F 2F 24
Octal 211 107 61 0 60 100 56 17 57 44
Binary 10001001 1000111 110001 0 110000 1000000 101110 1111 101111 100100

Color Harmonies of #894731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894731

Black with #894731

Text Example


Text Example

White with #894731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894731; }

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

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

background-color css

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

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

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

border-color css

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

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

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