#894633

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

Shades of Paarl #894633

Tints of Paarl #894633

Color information

#894633 (or 0x894633) is unknown color: approx Paarl. HEX triplet: 89, 46 and 33. RGB value is (137,70,51). Sum of RGB (Red+Green+Blue) = 137+70+51=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894633 is #76B9CC. Grayscale: #585858. Windows color (decimal): -7780813 or 3360393. OLE color: 3360393.

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

Color convert

RGB1377051-
CMYK00.490.630.46
HSL13.26º45.74%36.86%-
HSV(B)13.26º62.77%53.73%-
XYZ13.19.944.36-
YUV87.87107.2163.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=53.10%
G=27.13%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137705100.490.630.4613.2645.7436.86
Hex8946330313F2Ed2e25
Octal211106630617756155645
Binary10001001100011011001101100011111111011101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894633; }

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

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

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

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

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

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

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

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