#89513A

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

Shades of Paarl #89513A

Tints of Paarl #89513A

Color information

#89513A (or 0x89513A) is unknown color: approx Paarl. HEX triplet: 89, 51 and 3A. RGB value is (137,81,58). Sum of RGB (Red+Green+Blue) = 137+81+58=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #89513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89513A is #76AEC5. Grayscale: #5F5F5F. Windows color (decimal): -7777990 or 3821961. OLE color: 3821961.

HSL color Cylindrical-coordinate representation of color #89513A: hue angle of 17.47º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89513A is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1378158-
CMYK00.410.580.46
HSL17.47º40.51%38.24%-
HSV(B)17.47º57.66%53.73%-
XYZ14.0211.515.49-
YUV95.12107.05157.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=49.64%
G=29.35%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137815800.410.580.4617.4740.5138.24
Hex89513A0293A2E112926
Octal211121720517256215146
Binary100010011010001111010010100111101010111010001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89513A; }

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

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

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

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

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

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

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

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