Html Css Color HEX #894732 Paarl

📋 copy color: '#894732'

red 137 ◦ green 71 ◦ blue 50

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

Shades of Paarl #894732

Tints of Paarl #894732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 53.1%
G = 27.52%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#894732 (or 0x894732) is known color: Paarl. HEX triplet: 89, 47 and 32. RGB value is (137,71,50). Sum of RGB (Red+Green+Blue) = 137+71+50=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894732 is #76B8CD. Grayscale: #585858. Windows color (decimal): -7780558 or 3295113. OLE color: 3295113.

HSL color Cylindrical-coordinate representation of color #894732: hue angle of 14.48º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894732 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 50 -
CMYK 0 0.48 0.64 0.46
HSL 14.48º 0.47% 0.37% -
HSV(B) 14.48º 0.64% 0.54% -
XYZ 13.15 10.06 4.27 -
YUV 88.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 137 71 50 0 0.48 0.64 0.46 14.48 0.47 0.37
Hex 89 47 32 0 30 40 2E E 2F 25
Octal 211 107 62 0 60 100 56 16 57 45
Binary 10001001 1000111 110010 0 110000 1000000 101110 1110 101111 100101

Color Harmonies of #894732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894732

Black with #894732

Text Example


Text Example

White with #894732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894732; }

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

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

background-color css

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

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

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

border-color css

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

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

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