Html Css Color HEX #89482C Paarl

📋 copy color: '#89482C'

red 137 ◦ green 72 ◦ blue 44

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

Shades of Paarl #89482C

Tints of Paarl #89482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 54.15%
G = 28.46%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89482C (or 0x89482C) is known color: Paarl. HEX triplet: 89, 48 and 2C. RGB value is (137,72,44). Sum of RGB (Red+Green+Blue) = 137+72+44=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89482C is #76B7D3. Grayscale: #585858. Windows color (decimal): -7780308 or 2902153. OLE color: 2902153.

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

Color convert

RGB 137 72 44 -
CMYK 0 0.47 0.68 0.46
HSL 18.06º 0.51% 0.35% -
HSV(B) 18.06º 0.68% 0.54% -
XYZ 13.09 10.13 3.65 -
YUV 88.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 137 72 44 0 0.47 0.68 0.46 18.06 0.51 0.35
Hex 89 48 2C 0 2F 44 2E 12 33 23
Octal 211 110 54 0 57 104 56 22 63 43
Binary 10001001 1001000 101100 0 101111 1000100 101110 10010 110011 100011

Color Harmonies of #89482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89482C

Black with #89482C

Text Example


Text Example

White with #89482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89482C;
 }
 .AnyTagClassName
 {
   color: #89482C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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