#894535

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

Shades of Paarl #894535

Tints of Paarl #894535

Color information

#894535 (or 0x894535) is unknown color: approx Paarl. HEX triplet: 89, 45 and 35. RGB value is (137,69,53). Sum of RGB (Red+Green+Blue) = 137+69+53=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894535 is #76BACA. Grayscale: #575757. Windows color (decimal): -7781067 or 3491209. OLE color: 3491209.

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

Color convert

RGB1376953-
CMYK00.500.610.46
HSL11.43º44.21%37.25%-
HSV(B)11.43º61.31%53.73%-
XYZ13.099.834.58-
YUV87.51108.53163.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 53 (21.09% from 255) = 20.46%
R=52.90%
G=26.64%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137695300.500.610.4611.4344.2137.25
Hex8945350323D2Eb2c25
Octal211105650627556135445
Binary10001001100010111010101100101111011011101011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894535; }

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

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

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

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

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

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

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

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