Html Css Color HEX #894D37 Paarl

📋 copy color: '#894D37'

red 137 ◦ green 77 ◦ blue 55

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

Shades of Paarl #894D37

Tints of Paarl #894D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 50.93%
G = 28.62%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#894D37 (or 0x894D37) is known color: Paarl. HEX triplet: 89, 4D and 37. RGB value is (137,77,55). Sum of RGB (Red+Green+Blue) = 137+77+55=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D37 is #76B2C8. Grayscale: #5C5C5C. Windows color (decimal): -7779017 or 3624329. OLE color: 3624329.

HSL color Cylindrical-coordinate representation of color #894D37: hue angle of 16.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894D37 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 55 -
CMYK 0 0.44 0.60 0.46
HSL 16.1º 0.43% 0.38% -
HSV(B) 16.1º 0.6% 0.54% -
XYZ 13.66 10.9 5 -
YUV 92.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 137 77 55 0 0.44 0.60 0.46 16.1 0.43 0.38
Hex 89 4D 37 0 2C 3C 2E 10 2B 26
Octal 211 115 67 0 54 74 56 20 53 46
Binary 10001001 1001101 110111 0 101100 111100 101110 10000 101011 100110

Color Harmonies of #894D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D37

Black with #894D37

Text Example


Text Example

White with #894D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,55); }

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

background-color css

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

 a { background-color: rgb(137,77,55); }

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

border-color css

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

 span { border-color: rgb(137,77,55); }

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