Html Css Color HEX #894735 Paarl

📋 copy color: '#894735'

red 137 ◦ green 71 ◦ blue 53

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

Shades of Paarl #894735

Tints of Paarl #894735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.31%

R = 52.49%
G = 27.2%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#894735 (or 0x894735) is known color: Paarl. HEX triplet: 89, 47 and 35. RGB value is (137,71,53). Sum of RGB (Red+Green+Blue) = 137+71+53=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #894735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894735 is #76B8CA. Grayscale: #585858. Windows color (decimal): -7780555 or 3491721. OLE color: 3491721.

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

Color convert

RGB 137 71 53 -
CMYK 0 0.48 0.61 0.46
HSL 12.86º 0.44% 0.37% -
HSV(B) 12.86º 0.61% 0.54% -
XYZ 13.21 10.08 4.62 -
YUV 88.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 137 71 53 0 0.48 0.61 0.46 12.86 0.44 0.37
Hex 89 47 35 0 30 3D 2E D 2C 25
Octal 211 107 65 0 60 75 56 15 54 45
Binary 10001001 1000111 110101 0 110000 111101 101110 1101 101100 100101

Color Harmonies of #894735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894735

Black with #894735

Text Example


Text Example

White with #894735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894735; }

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

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

background-color css

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

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

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

border-color css

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

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

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