#894533

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

Shades of Paarl #894533

Tints of Paarl #894533

Color information

#894533 (or 0x894533) is unknown color: approx Paarl. HEX triplet: 89, 45 and 33. RGB value is (137,69,51). Sum of RGB (Red+Green+Blue) = 137+69+51=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894533 is #76BACC. Grayscale: #575757. Windows color (decimal): -7781069 or 3360137. OLE color: 3360137.

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

Color convert

RGB1376951-
CMYK00.500.630.46
HSL12.56º45.74%36.86%-
HSV(B)12.56º62.77%53.73%-
XYZ13.049.814.34-
YUV87.28107.53163.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=53.31%
G=26.85%
B=19.84%

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
Decimal137695100.500.630.4612.5645.7436.86
Hex8945330323F2Ed2e25
Octal211105630627756155645
Binary10001001100010111001101100101111111011101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894533; }

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

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

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

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

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

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

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

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