#89483A

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

Shades of Paarl #89483A

Tints of Paarl #89483A

Color information

#89483A (or 0x89483A) is unknown color: approx Paarl. HEX triplet: 89, 48 and 3A. RGB value is (137,72,58). Sum of RGB (Red+Green+Blue) = 137+72+58=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89483A is #76B7C5. Grayscale: #595959. Windows color (decimal): -7780294 or 3819657. OLE color: 3819657.

HSL color Cylindrical-coordinate representation of color #89483A: hue angle of 10.63º 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 #89483A is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1377258-
CMYK00.470.580.46
HSL10.63º40.51%38.24%-
HSV(B)10.63º57.66%53.73%-
XYZ13.410.265.28-
YUV89.84110.03161.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.31%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=51.31%
G=26.97%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137725800.470.580.4610.6340.5138.24
Hex89483A02F3A2Eb2926
Octal211110720577256135146
Binary10001001100100011101001011111110101011101011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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