Html Css Color HEX #894739 Paarl

📋 copy color: '#894739'

red 137 ◦ green 71 ◦ blue 57

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

Shades of Paarl #894739

Tints of Paarl #894739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 51.7%
G = 26.79%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#894739 (or 0x894739) is known color: Paarl. HEX triplet: 89, 47 and 39. RGB value is (137,71,57). Sum of RGB (Red+Green+Blue) = 137+71+57=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #894739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894739 is #76B8C6. Grayscale: #595959. Windows color (decimal): -7780551 or 3753865. OLE color: 3753865.

HSL color Cylindrical-coordinate representation of color #894739: hue angle of 10.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #894739 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 57 -
CMYK 0 0.48 0.58 0.46
HSL 10.5º 0.41% 0.38% -
HSV(B) 10.5º 0.58% 0.54% -
XYZ 13.31 10.12 5.12 -
YUV 89.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 137 71 57 0 0.48 0.58 0.46 10.5 0.41 0.38
Hex 89 47 39 0 30 3A 2E A 29 26
Octal 211 107 71 0 60 72 56 12 51 46
Binary 10001001 1000111 111001 0 110000 111010 101110 1010 101001 100110

Color Harmonies of #894739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894739

Black with #894739

Text Example


Text Example

White with #894739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894739; }

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

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

background-color css

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

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

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

border-color css

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

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

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