Html Css Color HEX #89482B Paarl

📋 copy color: '#89482B'

red 137 ◦ green 72 ◦ blue 43

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

Shades of Paarl #89482B

Tints of Paarl #89482B

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 value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89482B (or 0x89482B) is known color: 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

RGB 137 72 43 -
CMYK 0 0.47 0.69 0.46
HSL 18.51º 0.52% 0.35% -
HSV(B) 18.51º 0.69% 0.54% -
XYZ 13.07 10.13 3.55 -
YUV 88.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 137 72 43 0 0.47 0.69 0.46 18.51 0.52 0.35
Hex 89 48 2B 0 2F 45 2E 13 34 23
Octal 211 110 53 0 57 105 56 23 64 43
Binary 10001001 1001000 101011 0 101111 1000101 101110 10011 110100 100011

Color Harmonies of #89482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89482B

Black with #89482B

Text Example


Text Example

White with #89482B

Text Example


Text Example

HTML Codes & Css Web 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>