Html Css Color HEX #894834 Paarl

📋 copy color: '#894834'

red 137 ◦ green 72 ◦ blue 52

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

Shades of Paarl #894834

Tints of Paarl #894834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 52.49%
G = 27.59%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#894834 (or 0x894834) is known color: Paarl. HEX triplet: 89, 48 and 34. RGB value is (137,72,52). Sum of RGB (Red+Green+Blue) = 137+72+52=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894834 is #76B7CB. Grayscale: #595959. Windows color (decimal): -7780300 or 3426441. OLE color: 3426441.

HSL color Cylindrical-coordinate representation of color #894834: hue angle of 14.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894834 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 72 52 -
CMYK 0 0.47 0.62 0.46
HSL 14.12º 0.45% 0.37% -
HSV(B) 14.12º 0.62% 0.54% -
XYZ 13.25 10.2 4.52 -
YUV 89.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 137 72 52 0 0.47 0.62 0.46 14.12 0.45 0.37
Hex 89 48 34 0 2F 3E 2E E 2D 25
Octal 211 110 64 0 57 76 56 16 55 45
Binary 10001001 1001000 110100 0 101111 111110 101110 1110 101101 100101

Color Harmonies of #894834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894834

Black with #894834

Text Example


Text Example

White with #894834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894834; }

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

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

background-color css

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

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

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

border-color css

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

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

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