Html Css Color HEX #894831 Paarl

📋 copy color: '#894831'

red 137 ◦ green 72 ◦ blue 49

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

Shades of Paarl #894831

Tints of Paarl #894831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 53.1%
G = 27.91%
B = 18.99%

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

#894831 (or 0x894831) is known color: Paarl. HEX triplet: 89, 48 and 31. RGB value is (137,72,49). Sum of RGB (Red+Green+Blue) = 137+72+49=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894831 is #76B7CE. Grayscale: #585858. Windows color (decimal): -7780303 or 3229833. OLE color: 3229833.

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

Color convert

RGB 137 72 49 -
CMYK 0 0.47 0.64 0.46
HSL 15.68º 0.47% 0.36% -
HSV(B) 15.68º 0.64% 0.54% -
XYZ 13.19 10.17 4.17 -
YUV 88.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 137 72 49 0 0.47 0.64 0.46 15.68 0.47 0.36
Hex 89 48 31 0 2F 40 2E 10 2F 24
Octal 211 110 61 0 57 100 56 20 57 44
Binary 10001001 1001000 110001 0 101111 1000000 101110 10000 101111 100100

Color Harmonies of #894831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894831

Black with #894831

Text Example


Text Example

White with #894831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894831; }

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

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

background-color css

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

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

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

border-color css

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

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

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