#894734

Color #894734 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #894734

Tints of Paarl #894734

Color information

#894734 (or 0x894734) is unknown color: approx Paarl. HEX triplet: 89, 47 and 34. RGB value is (137,71,52). Sum of RGB (Red+Green+Blue) = 137+71+52=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #894734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894734 is #76B8CB. Grayscale: #585858. Windows color (decimal): -7780556 or 3426185. OLE color: 3426185.

HSL color Cylindrical-coordinate representation of color #894734: hue angle of 13.41º 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 #894734 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1377152-
CMYK00.480.620.46
HSL13.41º44.97%37.06%-
HSV(B)13.41º62.04%53.73%-
XYZ13.1910.074.5-
YUV88.57107.37162.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 52 (20.70% from 255) = 20%
R=52.69%
G=27.31%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137715200.480.620.4613.4144.9737.06
Hex8947340303E2Ed2d25
Octal211107640607656155545
Binary10001001100011111010001100001111101011101101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894734; }

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

 H1.HeaderClassName
 {
   color: #894734;
 }
 .AnyTagClassName
 {
   color: #894734;
 }
</style>
background-color css

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

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

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

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

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

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