#895236

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

Shades of Paarl #895236

Tints of Paarl #895236

Color information

#895236 (or 0x895236) is unknown color: approx Paarl. HEX triplet: 89, 52 and 36. RGB value is (137,82,54). Sum of RGB (Red+Green+Blue) = 137+82+54=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #895236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895236 is #76ADC9. Grayscale: #5F5F5F. Windows color (decimal): -7777738 or 3560073. OLE color: 3560073.

HSL color Cylindrical-coordinate representation of color #895236: hue angle of 20.24º degrees, saturation: 0.43, 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 #895236 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1378254-
CMYK00.400.610.46
HSL20.24º43.46%37.45%-
HSV(B)20.24º60.58%53.73%-
XYZ1411.624.99-
YUV95.25104.72157.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=50.18%
G=30.04%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137825400.400.610.4620.2443.4637.45
Hex8952360283D2E142b25
Octal211122660507556245345
Binary100010011010010110110010100011110110111010100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895236; }

 p { color: rgb(137,82,54); }

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

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

 a { background-color: rgb(137,82,54); }

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

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

 span { border-color: rgb(137,82,54); }

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