#894637

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

Shades of Paarl #894637

Tints of Paarl #894637

Color information

#894637 (or 0x894637) is unknown color: approx Paarl. HEX triplet: 89, 46 and 37. RGB value is (137,70,55). Sum of RGB (Red+Green+Blue) = 137+70+55=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #894637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894637 is #76B9C8. Grayscale: #585858. Windows color (decimal): -7780809 or 3622537. OLE color: 3622537.

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

Color convert

RGB1377055-
CMYK00.490.600.46
HSL10.98º42.71%37.65%-
HSV(B)10.98º59.85%53.73%-
XYZ13.29.974.84-
YUV88.32109.2162.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.29%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 55 (21.88% from 255) = 20.99%
R=52.29%
G=26.72%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137705500.490.600.4610.9842.7137.65
Hex8946370313C2Eb2b26
Octal211106670617456135346
Binary10001001100011011011101100011111001011101011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894637; }

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

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

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

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

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

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

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

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