#894433

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

Shades of Paarl #894433

Tints of Paarl #894433

Color information

#894433 (or 0x894433) is unknown color: approx Paarl. HEX triplet: 89, 44 and 33. RGB value is (137,68,51). Sum of RGB (Red+Green+Blue) = 137+68+51=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894433 is #76BBCC. Grayscale: #565656. Windows color (decimal): -7781325 or 3359881. OLE color: 3359881.

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

Color convert

RGB1376851-
CMYK00.500.630.46
HSL11.86º45.74%36.86%-
HSV(B)11.86º62.77%53.73%-
XYZ12.989.694.32-
YUV86.69107.86163.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.52%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=53.52%
G=26.56%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137685100.500.630.4611.8645.7436.86
Hex8944330323F2Ec2e25
Octal211104630627756145645
Binary10001001100010011001101100101111111011101100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894433; }

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

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

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

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

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

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

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

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