Html Css Color HEX #89493A Paarl

📋 copy color: '#89493A'

red 137 ◦ green 73 ◦ blue 58

#89493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #89493A

Tints of Paarl #89493A

RGB

 RED value IS 137 (53.91% from 255) = 51.12%

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 51.12%
G = 27.24%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89493A (or 0x89493A) is known color: Paarl. HEX triplet: 89, 49 and 3A. RGB value is (137,73,58). Sum of RGB (Red+Green+Blue) = 137+73+58=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89493A is #76B6C5. Grayscale: #5A5A5A. Windows color (decimal): -7780038 or 3819913. OLE color: 3819913.

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

Color convert

RGB 137 73 58 -
CMYK 0 0.47 0.58 0.46
HSL 11.39º 0.41% 0.38% -
HSV(B) 11.39º 0.58% 0.54% -
XYZ 13.46 10.39 5.3 -
YUV 90.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 137 73 58 0 0.47 0.58 0.46 11.39 0.41 0.38
Hex 89 49 3A 0 2F 3A 2E B 29 26
Octal 211 111 72 0 57 72 56 13 51 46
Binary 10001001 1001001 111010 0 101111 111010 101110 1011 101001 100110

Color Harmonies of #89493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89493A

Black with #89493A

Text Example


Text Example

White with #89493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89493A;
 }
 .AnyTagClassName
 {
   color: #89493A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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