Html Css Color HEX #894E39 Paarl

📋 copy color: '#894E39'

red 137 ◦ green 78 ◦ blue 57

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

Shades of Paarl #894E39

Tints of Paarl #894E39

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.68%

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

R = 50.37%
G = 28.68%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#894E39 (or 0x894E39) is known color: Paarl. HEX triplet: 89, 4E and 39. RGB value is (137,78,57). Sum of RGB (Red+Green+Blue) = 137+78+57=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #894E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E39 is #76B1C6. Grayscale: #5D5D5D. Windows color (decimal): -7778759 or 3755657. OLE color: 3755657.

HSL color Cylindrical-coordinate representation of color #894E39: hue angle of 15.75º 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 #894E39 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 78 57 -
CMYK 0 0.43 0.58 0.46
HSL 15.75º 0.41% 0.38% -
HSV(B) 15.75º 0.58% 0.54% -
XYZ 13.78 11.06 5.28 -
YUV 93.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 137 78 57 0 0.43 0.58 0.46 15.75 0.41 0.38
Hex 89 4E 39 0 2B 3A 2E 10 29 26
Octal 211 116 71 0 53 72 56 20 51 46
Binary 10001001 1001110 111001 0 101011 111010 101110 10000 101001 100110

Color Harmonies of #894E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E39

Black with #894E39

Text Example


Text Example

White with #894E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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