Html Css Color HEX #89462D Paarl

📋 copy color: '#89462D'

red 137 ◦ green 70 ◦ blue 45

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

Shades of Paarl #89462D

Tints of Paarl #89462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 54.37%
G = 27.78%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#89462D (or 0x89462D) is known color: Paarl. HEX triplet: 89, 46 and 2D. RGB value is (137,70,45). Sum of RGB (Red+Green+Blue) = 137+70+45=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #89462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89462D is #76B9D2. Grayscale: #575757. Windows color (decimal): -7780819 or 2967177. OLE color: 2967177.

HSL color Cylindrical-coordinate representation of color #89462D: hue angle of 16.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89462D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 45 -
CMYK 0 0.49 0.67 0.46
HSL 16.3º 0.51% 0.36% -
HSV(B) 16.3º 0.67% 0.54% -
XYZ 12.98 9.89 3.71 -
YUV 87.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 137 70 45 0 0.49 0.67 0.46 16.3 0.51 0.36
Hex 89 46 2D 0 31 43 2E 10 33 24
Octal 211 106 55 0 61 103 56 20 63 44
Binary 10001001 1000110 101101 0 110001 1000011 101110 10000 110011 100100

Color Harmonies of #89462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89462D

Black with #89462D

Text Example


Text Example

White with #89462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89462D; }

 p { color: rgb(137,70,45); }

 H1.HeaderClassName
 {
   color: #89462D;
 }
 .AnyTagClassName
 {
   color: #89462D;
 }
</style>

background-color css

<style>
 a { background-color: #89462D; }

 a { background-color: rgb(137,70,45); }

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

border-color css

<style>
 span { border-color: #89462D; }

 span { border-color: rgb(137,70,45); }

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