#89482B

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

Shades of Paarl #89482B

Tints of Paarl #89482B

Color information

#89482B (or 0x89482B) is unknown color: approx Paarl. HEX triplet: 89, 48 and 2B. RGB value is (137,72,43). Sum of RGB (Red+Green+Blue) = 137+72+43=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89482B is #76B7D4. Grayscale: #585858. Windows color (decimal): -7780309 or 2836617. OLE color: 2836617.

HSL color Cylindrical-coordinate representation of color #89482B: hue angle of 18.51º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #89482B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1377243-
CMYK00.470.690.46
HSL18.51º52.22%35.29%-
HSV(B)18.51º68.61%53.73%-
XYZ13.0710.133.55-
YUV88.13102.53162.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.37%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=54.37%
G=28.57%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137724300.470.690.4618.5152.2235.29
Hex89482B02F452E133423
Octal2111105305710556236443
Binary1000100110010001010110101111100010110111010011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89482B; }

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

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

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

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

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

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

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

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