Html Css Color HEX #89472C Paarl

📋 copy color: '#89472C'

red 137 ◦ green 71 ◦ blue 44

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

Shades of Paarl #89472C

Tints of Paarl #89472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 54.37%
G = 28.17%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89472C (or 0x89472C) is known color: Paarl. HEX triplet: 89, 47 and 2C. RGB value is (137,71,44). Sum of RGB (Red+Green+Blue) = 137+71+44=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89472C is #76B8D3. Grayscale: #575757. Windows color (decimal): -7780564 or 2901897. OLE color: 2901897.

HSL color Cylindrical-coordinate representation of color #89472C: hue angle of 17.42º 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 #89472C is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 44 -
CMYK 0 0.48 0.68 0.46
HSL 17.42º 0.51% 0.35% -
HSV(B) 17.42º 0.68% 0.54% -
XYZ 13.02 10.01 3.63 -
YUV 87.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 137 71 44 0 0.48 0.68 0.46 17.42 0.51 0.35
Hex 89 47 2C 0 30 44 2E 11 33 23
Octal 211 107 54 0 60 104 56 21 63 43
Binary 10001001 1000111 101100 0 110000 1000100 101110 10001 110011 100011

Color Harmonies of #89472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89472C

Black with #89472C

Text Example


Text Example

White with #89472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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