#895034

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

Shades of Paarl #895034

Tints of Paarl #895034

Color information

#895034 (or 0x895034) is unknown color: approx Paarl. HEX triplet: 89, 50 and 34. RGB value is (137,80,52). Sum of RGB (Red+Green+Blue) = 137+80+52=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #895034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895034 is #76AFCB. Grayscale: #5E5E5E. Windows color (decimal): -7778252 or 3428489. OLE color: 3428489.

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

Color convert

RGB1378052-
CMYK00.420.620.46
HSL19.76º44.97%37.06%-
HSV(B)19.76º62.04%53.73%-
XYZ13.8111.34.7-
YUV93.85104.38158.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=50.93%
G=29.74%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137805200.420.620.4619.7644.9737.06
Hex89503402A3E2E142d25
Octal211120640527656245545
Binary100010011010000110100010101011111010111010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895034; }

 p { color: rgb(137,80,52); }

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

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

 a { background-color: rgb(137,80,52); }

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

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

 span { border-color: rgb(137,80,52); }

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