Html Css Color HEX #89503A Paarl

📋 copy color: '#89503A'

red 137 ◦ green 80 ◦ blue 58

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

Shades of Paarl #89503A

Tints of Paarl #89503A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 49.82%
G = 29.09%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89503A (or 0x89503A) is known color: Paarl. HEX triplet: 89, 50 and 3A. RGB value is (137,80,58). Sum of RGB (Red+Green+Blue) = 137+80+58=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #89503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89503A is #76AFC5. Grayscale: #5E5E5E. Windows color (decimal): -7778246 or 3821705. OLE color: 3821705.

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

Color convert

RGB 137 80 58 -
CMYK 0 0.42 0.58 0.46
HSL 16.71º 0.41% 0.38% -
HSV(B) 16.71º 0.58% 0.54% -
XYZ 13.95 11.36 5.46 -
YUV 94.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 137 80 58 0 0.42 0.58 0.46 16.71 0.41 0.38
Hex 89 50 3A 0 2A 3A 2E 11 29 26
Octal 211 120 72 0 52 72 56 21 51 46
Binary 10001001 1010000 111010 0 101010 111010 101110 10001 101001 100110

Color Harmonies of #89503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89503A

Black with #89503A

Text Example


Text Example

White with #89503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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