#895135

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

Shades of Paarl #895135

Tints of Paarl #895135

Color information

#895135 (or 0x895135) is unknown color: approx Paarl. HEX triplet: 89, 51 and 35. RGB value is (137,81,53). Sum of RGB (Red+Green+Blue) = 137+81+53=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #895135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895135 is #76AECA. Grayscale: #5E5E5E. Windows color (decimal): -7777995 or 3494281. OLE color: 3494281.

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

Color convert

RGB1378153-
CMYK00.410.610.46
HSL20º44.21%37.25%-
HSV(B)20º61.31%53.73%-
XYZ13.911.464.85-
YUV94.55104.55158.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=50.55%
G=29.89%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137815300.410.610.462044.2137.25
Hex8951350293D2E142c25
Octal211121650517556245445
Binary100010011010001110101010100111110110111010100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895135; }

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

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

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

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

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

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

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

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